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

  /frameworks/base/core/java/android/content/pm/
AuxiliaryResolveInfo.java 46 public final Intent failureIntent;
53 @Nullable Intent failureIntent,
57 this.failureIntent = failureIntent;
64 @Nullable Intent failureIntent,
71 this.failureIntent = failureIntent;
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 242 Intent failureIntent = new Intent();
243 failureIntent.setAction(ADVERTISING_FAILED);
244 failureIntent.putExtra(ADVERTISING_FAILED_EXTRA_CODE, errorCode);
245 sendBroadcast(failureIntent);
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 242 Intent failureIntent = new Intent();
243 failureIntent.setAction(ADVERTISING_FAILED);
244 failureIntent.putExtra(ADVERTISING_FAILED_EXTRA_CODE, errorCode);
245 sendBroadcast(failureIntent);
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java 217 Intent failureIntent = new Intent();
218 failureIntent.setAction(ADVERTISING_FAILED);
219 failureIntent.putExtra(ADVERTISING_FAILED_EXTRA_CODE, errorCode);
220 sendBroadcast(failureIntent);
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 189 final Intent failureIntent;
197 failureIntent = instantAppIntentInfo.failureIntent;
199 failureIntent = null;
202 failureIntent = null;
207 failureIntent,
252 @Nullable Intent failureIntent,
284 if (failureIntent != null || installFailureActivity != null) {
297 onFailureIntent = failureIntent;
425 final Intent failureIntent = new Intent(origIntent)
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallInstalling.java 195 Intent failureIntent = new Intent(getIntent());
196 failureIntent.setClass(this, InstallFailed.class);
197 failureIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
198 failureIntent.putExtra(PackageInstaller.EXTRA_LEGACY_STATUS, legacyStatus);
199 failureIntent.putExtra(PackageInstaller.EXTRA_STATUS_MESSAGE, statusMessage);
201 startActivity(failureIntent);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 278 milliseconds