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

  /frameworks/base/core/java/android/content/pm/
AuxiliaryResolveInfo.java 47 public final Intent failureIntent;
55 @Nullable Intent failureIntent) {
63 this.failureIntent = failureIntent;
70 @Nullable Intent failureIntent) {
78 this.failureIntent = failureIntent;
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolver.java 163 final Intent failureIntent;
174 failureIntent = instantAppIntentInfo.failureIntent;
179 failureIntent = null;
185 failureIntent = null;
190 failureIntent,
235 @NonNull Intent failureIntent,
263 if (failureIntent != null) {
269 new Intent[] { failureIntent },
314 final Intent failureIntent = new Intent(origIntent)
    [all...]
  /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);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallInstalling.java 192 Intent failureIntent = new Intent(getIntent());
193 failureIntent.setClass(this, InstallFailed.class);
194 failureIntent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
195 failureIntent.putExtra(PackageInstaller.EXTRA_LEGACY_STATUS, legacyStatus);
196 failureIntent.putExtra(PackageInstaller.EXTRA_STATUS_MESSAGE, statusMessage);
198 startActivity(failureIntent);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java 585 auxiliaryResponse.failureIntent, callingPackage, verificationBundle,
    [all...]

Completed in 1204 milliseconds