HomeSort by relevance Sort by last modified time
    Searched defs:appCount (Results 1 - 5 of 5) sorted by null

  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java 54 int appCount = apps.size();
57 for (int i = 0; i < appCount; i++) {
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 180 uint8_t appCount;
207 appCount = 0;
214 struct App *currApp = &apps[appCount++];
228 for (i = 0; i < appCount; i++) {
  /device/google/contexthub/firmware/os/core/
seos.c 795 uint32_t appCount = 0;
806 appCount++;
819 SET_COUNTER(stat.app, appCount);
869 uint32_t appCount = 0;
884 appCount++;
903 SET_COUNTER(stat.app, appCount);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 559 final int appCount = uninstalledAppStates.size();
560 for (int i = appCount - 1; i >= 0; --i) {
585 final int appCount = uninstalledAppStates.size();
586 for (int i = 0; i < appCount; i++) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 697 int appCount = mBleApps.size();
698 if (DBG) Slog.d(TAG, appCount + " registered Ble Apps");
699 if (appCount == 0 && mEnable) {
702 if (appCount == 0 && !mEnableExternal) {
705 return appCount;
    [all...]

Completed in 911 milliseconds