HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_IMMUTABLE (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/am/
ActivityStartInterceptor.java 22 import static android.app.PendingIntent.FLAG_IMMUTABLE;
305 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE);
333 FLAG_CANCEL_CURRENT | FLAG_ONE_SHOT | FLAG_IMMUTABLE);
PendingIntentRecord.java 266 final boolean immutable = (key.flags & PendingIntent.FLAG_IMMUTABLE) != 0;
BroadcastQueue.java 747 | PendingIntent.FLAG_IMMUTABLE, null);
    [all...]
ActiveServices.java 634 | PendingIntent.FLAG_IMMUTABLE, null);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
WorkLockActivity.java 152 PendingIntent.FLAG_IMMUTABLE, options.toBundle());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPendingIntent.java 4 import static android.app.PendingIntent.FLAG_IMMUTABLE;
354 return (flags & FLAG_IMMUTABLE) == 0;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowPendingIntentTest.java 4 import static android.app.PendingIntent.FLAG_IMMUTABLE;
174 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, FLAG_IMMUTABLE);
434 PendingIntent immutable = PendingIntent.getService(context, 0, intent, FLAG_IMMUTABLE);
  /cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java 108 PendingIntent.FLAG_IMMUTABLE),
  /frameworks/base/core/java/android/app/
PendingIntent.java 110 FLAG_IMMUTABLE,
168 public static final int FLAG_IMMUTABLE = 1<<26;
472 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
542 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
595 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
625 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 307 | PendingIntent.FLAG_IMMUTABLE,
327 | PendingIntent.FLAG_IMMUTABLE,
ShortcutParser.java 338 | ShortcutInfo.FLAG_IMMUTABLE
LauncherAppsService.java 357 | PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_CANCEL_CURRENT,
    [all...]
UserManagerService.java     [all...]
  /frameworks/base/core/java/android/content/pm/
ShortcutInfo.java 93 public static final int FLAG_IMMUTABLE = 1 << 8;
121 FLAG_IMMUTABLE,
    [all...]
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceDiscoveryService.java 283 | PendingIntent.FLAG_IMMUTABLE));
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 300 PendingIntent.FLAG_IMMUTABLE | PendingIntent.FLAG_ONE_SHOT
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
UserState.java 250 | PendingIntent.FLAG_CANCEL_CURRENT | PendingIntent.FLAG_IMMUTABLE,
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 1192 milliseconds

1 2