Home
last modified time | relevance | path

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

123

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java154 ArrayList<AppInfo> modified = null; in execute() local
161 if (appsList.modified.size() > 0) { in execute()
162 modified = new ArrayList<>(appsList.modified); in execute()
163 appsList.modified.clear(); in execute()
185 if (modified != null) { in execute()
186 final ArrayList<AppInfo> modifiedFinal = modified; in execute()
187 for (AppInfo ai : modified) { in execute()
/packages/apps/Launcher3/src/com/android/launcher3/
DAllAppsList.java48 public ArrayList<AppInfo> modified = new ArrayList<AppInfo>(); field in AllAppsList
86 modified.clear(); in clear()
133 modified.add(info); in updateDisabledFlags()
179 modified.add(applicationInfo); in updatePackage()
/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/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java597 boolean modified = false; in applyRemoteDeviceQuirks()
601 modified = true; in applyRemoteDeviceQuirks()
608 if (modified) { in applyRemoteDeviceQuirks()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
DThirdPartyProject.prop4 version=Unknown / modified locally
/packages/apps/Messaging/build/
DREADME6 …ich came from /home/build/nonconf/google3/tools/java/checkstyle and was modified to use Android sp…
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Ddom.md186 *In situ* parsing just modified the original JSON. Updated characters are highlighted in the diagra…
201 // In situ parsing the buffer into d, buffer will also be modified
Dtutorial.md5 …ex), a JSON can be parsed into DOM, and then the DOM can be queried and modified easily, and final…
245 There are several ways to create values. After a DOM tree is created and/or modified, it can be sav…
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses114 (b) You must cause any modified files to carry prominent notices
308 (b) You must cause any modified files to carry prominent notices
502 (b) You must cause any modified files to carry prominent notices
696 (b) You must cause any modified files to carry prominent notices
888 (b) You must cause any modified files to carry prominent notices
1082 (b) You must cause any modified files to carry prominent notices
1276 (b) You must cause any modified files to carry prominent notices
1470 (b) You must cause any modified files to carry prominent notices
1662 (b) You must cause any modified files to carry prominent notices
1854 (b) You must cause any modified files to carry prominent notices
[all …]
/packages/apps/BasicSmsReceiver/
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/providers/TelephonyProvider/
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/Email/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/providers/BlockedNumberProvider/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Provision/
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/QuickSearchBox/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/LegacyCamera/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/LegacyCamera/jni/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Settings/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/packages/apps/Dialer/
DLICENSE110 (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/apps/DeskClock/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123