Home
last modified time | relevance | path

Searched defs:intent (Results 251 – 275 of 1301) sorted by relevance

1...<<11121314151617181920>>...53

/aosp14/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DIsolatedTestService.java33 public IBinder onBind(Intent intent) { in onBind()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DAbortReceiver.java33 public void onReceive(Context context, Intent intent) in onReceive()
H A DRemoteDeniedReceiver.java30 public void onReceive(Context context, Intent intent) { in onReceive()
H A DRemoteGrantedReceiver.java30 public void onReceive(Context context, Intent intent) { in onReceive()
H A DRemoteSubActivityScreen.java37 Intent intent = getIntent(); in onCreate() local
H A DLocalDeniedReceiver.java30 public void onReceive(Context context, Intent intent) { in onReceive()
H A DLocalGrantedReceiver.java30 public void onReceive(Context context, Intent intent) { in onReceive()
H A DRemoteReceiver.java32 public void onReceive(Context context, Intent intent) in onReceive()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest4.java116 final Intent intent = new Intent(Intent.ACTION_MAIN) in testPersistingWeirdCharacters() local
/aosp14/frameworks/base/services/core/java/com/android/server/updates/
H A DApnDbInstallReceiver.java36 protected void postInstall(Context context, Intent intent) { in postInstall()
H A DEmergencyNumberDbInstallReceiver.java36 protected void postInstall(Context context, Intent intent) { in postInstall()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DCarrierConfigTracker.java85 public void onReceive(Context context, Intent intent) { in onReceive()
94 private void updateFromNewCarrierConfig(Intent intent) { in updateFromNewCarrierConfig()
127 private void updateDefaultDataSubscription(Intent intent) { in updateDefaultDataSubscription()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DTimeoutRecord.java104 public static TimeoutRecord forBroadcastReceiver(@NonNull Intent intent, in forBroadcastReceiver()
123 public static TimeoutRecord forBroadcastReceiver(@NonNull Intent intent) { in forBroadcastReceiver()
131 public static TimeoutRecord forBroadcastReceiver(@NonNull Intent intent, in forBroadcastReceiver()
/aosp14/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java57 Intent intent = new Intent(); in getIntentForConfirmation() local
67 Intent intent = new Intent(); in getIntentForStatusPanel() local
78 Intent intent = new Intent(SERVICE_INTERFACE); in getVpnLabel() local
/aosp14/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java159 final Intent intent = getIntent(); in onCreate() local
398 final Intent intent = (Intent)accountManagerResult.getParcelable( in run() local
469 final Intent intent = new Intent(this, ChooseAccountTypeActivity.class); in startChooseAccountTypeActivity() local
549 private Set<String> getReleventAccountTypes(final Intent intent) { in getReleventAccountTypes()
573 private Set<Account> getAllowableAccountSet(final Intent intent) { in getAllowableAccountSet()
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerService.java57 public IBinder onBind(Intent intent) { in onBind()
65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java353 public final void startActivityAndCollapse(Intent intent) { in startActivityAndCollapse()
392 public IBinder onBind(Intent intent) { in onBind()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java274 Intent intent = new Intent(Settings.ACTION_PRINT_SETTINGS); in createContentIntent() local
283 Intent intent = new Intent(mContext, NotificationBroadcastReceiver.class); in createCancelIntent() local
291 Intent intent = new Intent(mContext, NotificationBroadcastReceiver.class); in createRestartIntent() local
349 public void onReceive(Context context, Intent intent) { in onReceive()
/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionService.java128 private void dispatchStartListening(Intent intent, final IRecognitionListener listener, in dispatchStartListening()
217 Intent intent, IRecognitionSupportCallback callback, in dispatchCheckRecognitionSupport()
226 Intent intent, in dispatchTriggerModelDownload()
310 public StartListeningArgs(Intent intent, IRecognitionListener listener, in StartListeningArgs()
324 Intent intent, in CheckRecognitionSupportArgs()
339 Intent intent, in ModelDownloadArgs()
515 public final IBinder onBind(final Intent intent) { in onBind()
/aosp14/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTestActivity.java32 Intent intent = new Intent(Intent.ACTION_MAIN); in startActivity() local
/aosp14/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiService.java37 public IBinder onBind(Intent intent) { in onBind()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallObserver2.aidl29 void onUserActionRequired(in Intent intent); in onUserActionRequired()
/aosp14/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
H A DPackageManagerExt.kt44 val intent = Intent(action).apply { regex
/aosp14/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/
H A DMainActivity.java64 Intent intent = new Intent(); in onResume() local
/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DTestAlertActivity.java17 Intent intent = getIntent(); in onResume() local

1...<<11121314151617181920>>...53