查詢以及刪除聯絡歷史的內容

2021-06-06 07:33:10 字數 772 閱讀 4513

/** 返回查詢的資料以及最新資料,將其裝入map中 */

private mapgetcalltimebywhere(final string where) , where, null,

calllog.calls.default_sort_order);

startmanagingcursor(cursor);

for (int i = 0; i < cursor.getcount(); i++)

} catch (exception e)

total += duration;

}log.i("liyong", "total=" + total + "latesttimelen=" + latesttimelen);

result.put("result", total);

result.put("latesttimelen", latesttimelen);

return result;

}/** 刪除聯絡歷史中滿足where條件的資料 */

public int deletecalldata(string where)

呼叫方法:

string where = "type=1 or type=2"; //刪除來電和去電

classname.deletecalldata(where);

string where = "type=1 or type=2";

maptotleresult = classname.getcalltimebywhere(where);

CentOS 查詢刪除歷史檔案

背景 因伺服器磁碟空間有限,根據實際情況控制保留指定的幾天內的歷史檔案 find引數說明 home tmp 設定查詢的目錄 mtime 30 設定修改時間為30天前 type f 設定查詢的型別為檔案 f 檔案,d 資料夾 name 設定檔名稱 進入指定目錄 cd home tmp 保留30天內的歷...

聯絡歷史 棧的使用

題目描述 使用3個佇列,分別保留手機上最近10個,0 未接來電 1 已接來電 2 已撥 輸入 全部聯絡歷史,每行一條記錄。每條記錄包含兩個數字,第乙個數代表記錄型別,第二個數代表手機號碼。輸出 分3列輸出未接來電 已接來電 已撥 列之間用空格分割,後接 在最先輸出,不足10條用0佔位。樣例輸入 2 ...

Sim卡中的聯絡歷史與NVRAM中聯絡歷史的關係

下面通過幾個關鍵點來介紹 1.sim卡和nvram裡面都存放有聯絡歷史,但是sim卡由於容量限制只存放已撥記錄,並且已撥記錄只包含名字和號碼。2.當我們進入聯絡歷史選單的時侯,顯示出來的聯絡歷史是從nvram裡讀出來的,當我們產生乙個新的通話時,聯絡歷史也是更新到nvram裡面去。3.sim卡的聯絡...