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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccController.java 263 Intent extrasIntent = new Intent();
268 extrasIntent.putExtra(
274 addResolutionIntent(extrasIntent,
282 extrasIntent.putExtra(
288 sendResult(mCallbackIntent, resultCode, extrasIntent);
293 sendResult(mCallbackIntent, ERROR, null /* extrasIntent */);
355 Intent extrasIntent = new Intent();
356 addResolutionIntent(extrasIntent, EuiccService.ACTION_RESOLVE_NO_PRIVILEGES,
362 sendResult(mCallbackIntent, RESOLVABLE_ERROR, extrasIntent);
380 sendResult(mCallbackIntent, ERROR, null /* extrasIntent */);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 140 milliseconds