HomeSort by relevance Sort by last modified time
    Searched full:flag_stopped (Results 1 - 23 of 23) sorted by null

  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.content.pm.ApplicationInfo.html 87 <A NAME="android.content.pm.ApplicationInfo.FLAG_STOPPED"></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/content/pm/ApplicationInfo.html#FLAG_STOPPED" target="_top"><code>FLAG_STOPPED</code></A></nobr>
fields_index_additions.html 224 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_STOPPED" class="hiddenlink" target="rightframe">FLAG_STOPPED</A>
fields_index_all.html 224 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_STOPPED" class="hiddenlink" target="rightframe">FLAG_STOPPED</A>
alldiffs_index_additions.html 409 <!-- Field FLAG_STOPPED -->
410 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_STOPPED" class="hiddenlink" target="rightframe">FLAG_STOPPED</A>
    [all...]
alldiffs_index_all.html 545 <!-- Field FLAG_STOPPED -->
546 <nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.FLAG_STOPPED" class="hiddenlink" target="rightframe">FLAG_STOPPED</A>
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppInfo.java 78 return (mEntry.info.flags & ApplicationInfo.FLAG_STOPPED) != 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapEmailSettingsLoader.java 85 if ((rInfo.providerInfo.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) == 0) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsCache.java 215 if ((info.applicationInfo.flags & ApplicationInfo.FLAG_STOPPED) != 0) {
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 296 if ((info.flags&ApplicationInfo.FLAG_STOPPED) == 0) {
InstalledAppDetails.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/
missingSinces.txt 136 NO DOC BLOCK: android.content.pm.ApplicationInfo Field FLAG_STOPPED
user_comments_for_11_to_12.xml 331 <identifier id="android.content.pm.ApplicationInfo.FLAG_STOPPED"/>
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 4165 bool flag_stopped = false; member in namespace:test86
4238 bool flag_stopped = false; member in namespace:test87
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 681 if ((info.flags&ApplicationInfo.FLAG_STOPPED) == 0) {
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 295 public static final int FLAG_STOPPED = 1<<21;
    [all...]
PackageParser.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/sdk/14/
android.jar 
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /prebuilts/sdk/api/
14.txt     [all...]
15.txt     [all...]

Completed in 777 milliseconds