Searched defs:modified (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAllAppsList.java42 /** The list of apps that have been modified since the last notify() call. */
43 public ArrayList<ApplicationInfo> modified = new ArrayList<ApplicationInfo>(); field in class:AllAppsList
73 modified.clear();
154 modified.add(applicationInfo);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAllAppsList.java45 /** The list of apps that have been modified since the last notify() call. */
46 public ArrayList<AppInfo> modified = new ArrayList<AppInfo>(); field in class:AllAppsList
82 modified.clear();
163 modified.add(applicationInfo);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 239 milliseconds