Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 55) sorted by relevance

123

/packages/apps/Settings/src/com/android/settings/net/
DNetworkPolicyEditor.java58 boolean modified = false; in read()
64 modified = true; in read()
68 modified = true; in read()
75 if (modified) writeAsync(); in read()
199 boolean modified = false; in setPolicyMetered()
208 modified = true; in setPolicyMetered()
212 modified = true; in setPolicyMetered()
221 modified = true; in setPolicyMetered()
230 modified = true; in setPolicyMetered()
233 if (modified) writeAsync(); in setPolicyMetered()
/packages/apps/Browser/src/com/android/browser/provider/
DBrowserProvider2.java1693 int modified = 0; in updateInTransaction() local
1706 modified = updateBookmarksInTransaction(values, selection, selectionArgs, in updateInTransaction()
1708 if (modified > 0) { in updateInTransaction()
1721 modified = updateHistoryInTransaction(values, selection, selectionArgs); in updateInTransaction()
1726 modified = mSyncHelper.update(mDb, values, in updateInTransaction()
1736 modified = mSyncHelper.update(mDb, values, in updateInTransaction()
1779 modified = db.update(TABLE_SEARCHES, values, selection, selectionArgs); in updateInTransaction()
1790 modified = db.update(TABLE_THUMBNAILS, values, in updateInTransaction()
1800 if (modified > 0) { in updateInTransaction()
1806 return modified; in updateInTransaction()
/packages/apps/Launcher2/src/com/android/launcher2/
DAllAppsList.java43 public ArrayList<ApplicationInfo> modified = new ArrayList<ApplicationInfo>(); field in AllAppsList
73 modified.clear(); in clear()
154 modified.add(applicationInfo); in updatePackage()
DLauncherModel.java2075 ArrayList<ApplicationInfo> modified = null; in run() local
2082 if (mBgAllAppsList.modified.size() > 0) { in run()
2083 modified = new ArrayList<ApplicationInfo>(mBgAllAppsList.modified); in run()
2084 mBgAllAppsList.modified.clear(); in run()
2108 if (modified != null) { in run()
2109 final ArrayList<ApplicationInfo> modifiedFinal = modified; in run()
2650 … ApplicationInfo.dumpApplicationInfoList(TAG, "mAllAppsList.modified", mBgAllAppsList.modified);
/packages/apps/Launcher3/src/com/android/launcher3/
DAllAppsList.java45 public ArrayList<AppInfo> modified = new ArrayList<AppInfo>(); field in AllAppsList
81 modified.clear(); in clear()
157 modified.add(applicationInfo); in updatePackage()
DLauncherModel.java3044 ArrayList<AppInfo> modified = null;
3051 if (mBgAllAppsList.modified.size() > 0) {
3052 modified = new ArrayList<AppInfo>(mBgAllAppsList.modified);
3053 mBgAllAppsList.modified.clear();
3082 if (modified != null) {
3083 final ArrayList<AppInfo> modifiedFinal = modified;
3084 for (AppInfo ai : modified) {
3813 AppInfo.dumpApplicationInfoList(TAG, "mAllAppsList.modified", mBgAllAppsList.modified);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java583 boolean modified = false; in applyRemoteDeviceQuirks()
587 modified = true; in applyRemoteDeviceQuirks()
594 if (modified) { in applyRemoteDeviceQuirks()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DThirdPartyProject.prop4 version=Unknown / modified locally
/packages/wallpapers/MusicVisualization/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Browser/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/providers/CalendarProvider/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Contacts/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/SoundRecorder/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Launcher2/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/SpareParts/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/providers/DownloadProvider/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Launcher3/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Exchange/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/wallpapers/MagicSmoke/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/services/Telephony/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/providers/MediaProvider/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/providers/TelephonyProvider/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Email/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/inputmethods/LatinIME/java/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/TvSettings/Settings/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123