HomeSort by relevance Sort by last modified time
    Searched refs:START_CANCELED (Results 1 - 17 of 17) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
WorkLockActivityController.java 95 return ActivityManager.START_CANCELED;
97 return ActivityManager.START_CANCELED;
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 377 res = ActivityManager.START_CANCELED;
382 if (sendFinish && res != ActivityManager.START_CANCELED) {
395 return ActivityManager.START_CANCELED;
ActivityStarter.java 21 import static android.app.ActivityManager.START_CANCELED;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarStatusBar.java 361 int result = ActivityManager.START_CANCELED;
  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerService.java 638 return ActivityManager.START_CANCELED;
657 return ActivityManager.START_CANCELED;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 499 int result = ActivityManager.START_CANCELED;
    [all...]
StatusBar.java     [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java     [all...]
ActivityManager.java 269 public static final int START_CANCELED = FIRST_START_FATAL_ERROR_CODE + 4;
    [all...]
ContextImpl.java     [all...]
Activity.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 442 milliseconds