Home
last modified time | relevance | path

Searched refs:handleActivityResult (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/src/com/android/settings/security/
DSecuritySettings.java88 .handleActivityResult(requestCode, resultCode)) { in onActivityResult()
92 .handleActivityResult(requestCode, resultCode, data)) { in onActivityResult()
DLockUnificationPreferenceController.java159 public boolean handleActivityResult(int requestCode, int resultCode, Intent data) { in handleActivityResult() method in LockUnificationPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceControllerTest.java465 mController.handleActivityResult(REQUEST_UNINSTALL, 0, mock(Intent.class)); in handleActivityResult_packageUninstalled_shouldFinishPrefernecePanel()
524 mController.handleActivityResult(REQUEST_UNINSTALL, 0, new Intent()); in handleActivityResult_onAppUninstall_removeTask()
536 mController.handleActivityResult(REQUEST_UNINSTALL + 1, 0, new Intent()); in handleActivityResult_onAppNotUninstall_persistTask()
/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentListPreferenceController.java228 public boolean handleActivityResult(int requestCode, int resultCode) { in handleActivityResult() method in TrustAgentListPreferenceController
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerActivity.java310 if (mDelegate.handleActivityResult(requestCode, resultCode, data)) { in onActivityResult()
DWallpaperPickerDelegate.java468 public boolean handleActivityResult(int requestCode, int resultCode, Intent data) { in handleActivityResult() method in WallpaperPickerDelegate
DTopLevelPickerActivity.java787 if (mDelegate.handleActivityResult(requestCode, resultCode, data)) { in onActivityResult()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java711 private void handleActivityResult( in handleActivityResult() method in Launcher
830 handleActivityResult(requestCode, resultCode, data); in onActivityResult()
1779 handleActivityResult(REQUEST_CREATE_SHORTCUT, RESULT_CANCELED, null); in processShortcutFromDrop()
2587 handleActivityResult(mPendingActivityResult.requestCode, in finishBindingItems()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java424 mAppButtonsPreferenceController.handleActivityResult(requestCode, resultCode, data); in onActivityResult()
DAppButtonsPreferenceController.java289 public void handleActivityResult(int requestCode, int resultCode, Intent data) { in handleActivityResult() method in AppButtonsPreferenceController
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DAdvancedPowerUsageDetail.java410 mAppButtonsPreferenceController.handleActivityResult(requestCode, resultCode, data); in onActivityResult()