Home
last modified time | relevance | path

Searched defs:activity (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/packages/apps/DocumentsUI/src/com/android/documentsui/ui/
DSnackbars.java32 public static final void showDocumentsClipped(Activity activity, int docCount) { in showDocumentsClipped()
38 public static final void showMove(Activity activity, int docCount) { in showMove()
43 public static final void showCopy(Activity activity, int docCount) { in showCopy()
48 public static final void showCompress(Activity activity, int docCount) { in showCompress()
53 public static final void showExtract(Activity activity, int docCount) { in showExtract()
58 public static final void showDelete(Activity activity, int docCount) { in showDelete()
63 public static final void showOperationRejected(Activity activity) { in showOperationRejected()
67 public static final void showOperationFailed(Activity activity) { in showOperationFailed()
71 public static final void showRenameFailed(Activity activity) { in showRenameFailed()
75 public static final void showInspectorError(Activity activity) { in showInspectorError()
[all …]
/packages/apps/Gallery/src/com/android/camera/
DMonitoredActivity.java30 public void onActivityCreated(MonitoredActivity activity); in onActivityCreated()
31 public void onActivityDestroyed(MonitoredActivity activity); in onActivityDestroyed()
32 public void onActivityStarted(MonitoredActivity activity); in onActivityStarted()
33 public void onActivityStopped(MonitoredActivity activity); in onActivityStopped()
37 public void onActivityCreated(MonitoredActivity activity) { in onActivityCreated()
40 public void onActivityDestroyed(MonitoredActivity activity) { in onActivityDestroyed()
43 public void onActivityStarted(MonitoredActivity activity) { in onActivityStarted()
46 public void onActivityStopped(MonitoredActivity activity) { in onActivityStopped()
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
DSendTestMessages.java432 private static void sendBroadcast(Activity activity, int serialNumber, int category, in sendBroadcast()
441 public static void testSendMessage7bit(Activity activity, int serialNumber, in testSendMessage7bit()
446 public static void testSendMessage7bitUmts(Activity activity, int serialNumber, in testSendMessage7bitUmts()
451 public static void testSendMessage7bitNoPadding(Activity activity, int serialNumber, in testSendMessage7bitNoPadding()
456 public static void testSendMessage7bitNoPaddingUmts(Activity activity, int serialNumber, in testSendMessage7bitNoPaddingUmts()
461 public static void testSendMessage7bitMultipageGsm(Activity activity, int serialNumber, in testSendMessage7bitMultipageGsm()
473 public static void testSendMessage7bitMultipageUmts(Activity activity, int serialNumber, in testSendMessage7bitMultipageUmts()
478 public static void testSendMessage7bitWithLanguage(Activity activity, int serialNumber, in testSendMessage7bitWithLanguage()
483 public static void testSendMessage7bitWithLanguageInBody(Activity activity, int serialNumber, in testSendMessage7bitWithLanguageInBody()
488 public static void testSendMessage7bitWithLanguageInBodyUmts(Activity activity, in testSendMessage7bitWithLanguageInBodyUmts()
[all …]
DSendCdmaCmasMessages.java54 private static void sendBroadcast(Activity activity, SmsCbMessage cbMessage) { in sendBroadcast()
63 public static void testSendCmasPresAlert(Activity activity, int messageId) { in testSendCmasPresAlert()
73 public static void testSendCmasExtremeAlert(Activity activity, int messageId) { in testSendCmasExtremeAlert()
83 public static void testSendCmasSevereAlert(Activity activity, int messageId) { in testSendCmasSevereAlert()
93 public static void testSendCmasAmberAlert(Activity activity, int messageId) { in testSendCmasAmberAlert()
103 public static void testSendCmasMonthlyTest(Activity activity, int messageId) { in testSendCmasMonthlyTest()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/compose/
DComposeActivityTest.java102 public void setAccount(ComposeActivity activity, String accountName) { in setAccount()
131 final ComposeActivity activity = getActivity(); in testRecipientsRefReplyAllCustomFromReplyTo() local
174 final ComposeActivity activity = getActivity(); in testRecipientsRefReplyAllOnlyAccount() local
211 final ComposeActivity activity = getActivity(); in testRecipientsRefReplyAllOnlyCustomFrom() local
248 final ComposeActivity activity = getActivity(); in testReply() local
270 final ComposeActivity activity = getActivity(); in testReplyWithReplyTo() local
296 final ComposeActivity activity = getActivity(); in testReplyToSelf() local
321 final ComposeActivity activity = getActivity(); in testReplyAllToSelf() local
347 final ComposeActivity activity = getActivity(); in testReplyAllToSelfWithCc() local
373 final ComposeActivity activity = getActivity(); in testReplyAll() local
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/
DMenuHelper.java80 private static void startCameraActivity(Activity activity, Intent intent, in startCameraActivity()
99 public static void gotoMode(int mode, Activity activity) { in gotoMode()
121 public static void gotoVideoMode(Activity activity, boolean resetEffect) { in gotoVideoMode()
127 public static void gotoCameraMode(Activity activity) { in gotoCameraMode()
132 public static void gotoVideoMode(Activity activity, Intent intent) { in gotoVideoMode()
136 public static void gotoCameraMode(Activity activity, Intent intent) { in gotoCameraMode()
140 public static void gotoCameraImageGallery(Activity activity) { in gotoCameraImageGallery()
144 public static void gotoCameraVideoGallery(Activity activity) { in gotoCameraVideoGallery()
148 private static void gotoGallery(Activity activity, int windowTitleId, in gotoGallery()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java137 SetupFingerprintEnrollIntroduction activity = mController.get(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded() local
151 SetupFingerprintEnrollIntroduction activity = mController.get(); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
162 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded() local
177 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
188 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
197 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded() local
207 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded() local
219 SetupFingerprintEnrollIntroduction activity = mController.get(); in testLockPattern() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningActivityTest.java89 Activity activity = mActivityRule.launchActivity( in profileOwnerDefaultColors() local
99 Activity activity = mActivityRule.launchActivity( in profileOwnerCustomColors() local
109 Activity activity = mActivityRule.launchActivity( in deviceOwnerDefaultColorsAndLogo() local
120 Activity activity = mActivityRule.launchActivity( in deviceOwnerCustomColor() local
132 Activity activity = mActivityRule.launchActivity( in deviceOwnerCustomLogo() local
141 Activity activity = mActivityRule.launchActivity( in profileOwnerWholeLayoutIsAdjusted() local
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DLastAccessedStorage.java43 Activity activity, ProvidersAccess providers, State state); in getLastAccessed()
45 void setLastAccessed(Activity activity, DocumentStack stack); in setLastAccessed()
47 void setLastAccessedToExternalApp(Activity activity); in setLastAccessedToExternalApp()
61 Activity activity, ProvidersAccess providers, State state) { in getLastAccessed()
79 public void setLastAccessed(Activity activity, DocumentStack stack) { in setLastAccessed()
85 public void setLastAccessedToExternalApp(Activity activity) { in setLastAccessedToExternalApp()
/packages/apps/Settings/src/com/android/settings/overlay/
DSurveyFeatureProvider.java37 void downloadSurvey(Activity activity, String surveyId, @Nullable String data); in downloadSurvey()
46 boolean showSurveyIfAvailable(Activity activity, String surveyId); in showSurveyIfAvailable()
78 BroadcastReceiver createAndRegisterReceiver(Activity activity); in createAndRegisterReceiver()
85 static void unregisterReceiver(Activity activity, BroadcastReceiver receiver) { in unregisterReceiver()
/packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DDrawerItem.java112 protected DrawerItem(ControllableActivity activity, Folder folder, in DrawerItem()
130 public static DrawerItem ofFolder(ControllableActivity activity, Folder folder, in ofFolder()
143 public static DrawerItem ofAccount(ControllableActivity activity, Account account, in ofAccount()
157 public static DrawerItem ofHeader(ControllableActivity activity, int resource) { in ofHeader()
161 public static DrawerItem ofBlankHeader(ControllableActivity activity) { in ofBlankHeader()
165 public static DrawerItem ofBottomSpace(ControllableActivity activity) { in ofBottomSpace()
175 public static DrawerItem ofWaitView(ControllableActivity activity) { in ofWaitView()
179 public static DrawerItem ofHelpItem(ControllableActivity activity, Account account, in ofHelpItem()
184 public static DrawerItem ofSettingsItem(ControllableActivity activity, Account account, in ofSettingsItem()
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVoicemailChangePinActivity.java122 public void onEnter(VoicemailChangePinActivity activity) { in onEnter()
130 public void onInputChanged(VoicemailChangePinActivity activity) { in onInputChanged()
135 public void handleNext(VoicemailChangePinActivity activity) { in handleNext()
141 public void handleResult(VoicemailChangePinActivity activity, @ChangePinResult int result) { in handleResult()
159 public void onEnter(VoicemailChangePinActivity activity) { in onEnter()
166 final VoicemailChangePinActivity activity, @ChangePinResult int result) { in handleResult()
194 public void onLeave(VoicemailChangePinActivity activity) { in onLeave()
204 public void onEnter(VoicemailChangePinActivity activity) { in onEnter()
215 public void onInputChanged(VoicemailChangePinActivity activity) { in onInputChanged()
232 public void handleNext(VoicemailChangePinActivity activity) { in handleNext()
[all …]
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/preferences/
DEmergencyListPreferenceTest.java59 EditInfoActivity activity = startEditInfoActivity(); in testSummary_organDonor() local
71 EditInfoActivity activity = startEditInfoActivity(); in testSummary_bloodType() local
83 EditInfoActivity activity = startEditInfoActivity(); in testTitle_organDonor() local
94 EditInfoActivity activity = startEditInfoActivity(); in testTitle_bloodType() local
105 EditInfoActivity activity = startEditInfoActivity(); in testProperties_organDonor() local
120 EditInfoActivity activity = startEditInfoActivity(); in testProperties_bloodType() local
136 EditInfoActivity activity = startEditInfoActivity(); in testContentDescriptions() local
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrUiHelper.java96 public static void checkStorageStatusAndShowErrorMessage(Activity activity, String inputId, in checkStorageStatusAndShowErrorMessage()
118 public static void showScheduleDialog(Activity activity, Program program, in showScheduleDialog()
133 public static void showChannelRecordDurationOptions(Activity activity, Channel channel) { in showChannelRecordDurationOptions()
145 public static void showScheduleConflictDialog(Activity activity, Program program) { in showScheduleConflictDialog()
157 public static void showChannelWatchConflictDialog(MainActivity activity, Channel channel) { in showChannelWatchConflictDialog()
169 public static void showDvrInsufficientSpaceErrorDialog(MainActivity activity, in showDvrInsufficientSpaceErrorDialog()
188 public static void showDvrNoFreeSpaceErrorDialog(Activity activity, in showDvrNoFreeSpaceErrorDialog()
208 private static void showDvrMissingStorageErrorDialog(Activity activity) { in showDvrMissingStorageErrorDialog()
215 public static void showDvrSmallSizedStorageErrorDialog(Activity activity) { in showDvrSmallSizedStorageErrorDialog()
222 public static void showStopRecordingDialog(Activity activity, long channelId, int reason, in showStopRecordingDialog()
[all …]
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/view/
DViewInfoActivityTest.java86 ViewInfoActivity activity = startViewInfoActivity(); in testInitialState() local
104 ViewInfoActivity activity = startViewInfoActivity(); in testNameSet() local
126 ViewInfoActivity activity = startViewInfoActivity(); in testMedicalInfoSet() local
148 ViewInfoActivity activity = startViewInfoActivity(); in testEmergencyContactsSet() local
176 ViewInfoActivity activity = startViewInfoActivity(); in testMedicalInfoAndEmergencyContactsSet() local
198 ViewInfoActivity activity = startViewInfoActivity(); in testCanGoToEditInfoActivityFromMenu() local
215 ViewInfoActivity activity = startViewInfoActivity(); in testRotate_shouldNotCrash() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestLastAccessedStorage.java41 …public @Nullable DocumentStack getLastAccessed(Activity activity, ProvidersAccess roots, State sta… in getLastAccessed()
46 public void setLastAccessed(Activity activity, DocumentStack stack) { in setLastAccessed()
52 public void setLastAccessedToExternalApp(Activity activity) { in setLastAccessedToExternalApp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockSettingsHelperTest.java50 final Activity activity = Robolectric.setupActivity(Activity.class); in testLaunchConfirmationActivityWithExternalAndChallenge() local
94 final Activity activity = Robolectric.setupActivity(Activity.class); in testLaunchConfirmationActivityInternalAndChallenge() local
134 Activity activity = Robolectric.buildActivity(Activity.class) in testLaunchConfirmationActivity_internal_shouldPropagateTheme() local
148 private ChooseLockSettingsHelper getChooseLockSettingsHelper(Activity activity) { in getChooseLockSettingsHelper()
DSetupChooseLockPasswordTest.java92 SetupChooseLockPassword activity = createSetupChooseLockPassword(); in createActivity_withShowOptionsButtonExtra_shouldShowButton() local
102 SetupChooseLockPassword activity = createSetupChooseLockPassword(); in createActivity_withShowOptionsButtonExtra_buttonNotVisibleIfNoVisibleLockTypes() local
110 SetupChooseLockPassword activity = createSetupChooseLockPassword(); in allSecurityOptions_shouldBeShown_When_OptionsButtonIsClicked() local
127 SetupChooseLockPassword activity = in createActivity_clickDifferentOption_extrasShouldBePropagated() local
/packages/apps/Contacts/src-bind/com/android/contactsbind/
DHelpUtils.java36 public static void launchHelpAndFeedbackForMainScreen(Activity activity) { } in launchHelpAndFeedbackForMainScreen()
38 public static void launchHelpAndFeedbackForContactScreen(Activity activity) { } in launchHelpAndFeedbackForContactScreen()
DFeatureHighlightHelper.java26 public static boolean showHamburgerFeatureHighlight(final FragmentActivity activity) { in showHamburgerFeatureHighlight()
30 public static boolean tryRemoveHighlight(final FragmentActivity activity) { in tryRemoveHighlight()
/packages/apps/Settings/tests/app/src/com/android/settings/password/
DChooseLockGenericTest.java95 final Activity activity = getCurrentActivity(); in testConfirmLockPasswordShown_deviceWithPassword() local
114 final Activity activity = getCurrentActivity(); in testConfirmLockPasswordShown_deviceWithPassword_phishingAttack() local
135 final Activity[] activity = new Activity[1]; in getCurrentActivity() local
224 private boolean isSecureWindow(Activity activity) { in isSecureWindow()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DCategoryPanel.java47 public void onAttach(Activity activity) { in onAttach()
53 FilterShowActivity activity = (FilterShowActivity) getActivity(); in loadAdapter() local
140 FilterShowActivity activity = (FilterShowActivity) getActivity(); in onClick() local
150 FilterShowActivity activity = (FilterShowActivity) getActivity(); in updateAddButtonVisibility() local
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DAnswerMethodFactory.java30 public static AnswerMethod createAnswerMethod(@NonNull Activity activity) { in createAnswerMethod()
48 private static boolean needTwoButton(@NonNull Activity activity) { in needTwoButton()
/packages/apps/Messaging/src/com/android/messaging/util/
DBugleActivityUtil.java49 public static boolean onActivityResume(Context context, Activity activity) { in onActivityResume()
64 private static boolean checkHasSmsPermissionsForUser(Context context, Activity activity) { in checkHasSmsPermissionsForUser()
/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java50 public Activity activity; field in RecordUtils.ClickInfo
53 public ClickInfo(Activity activity, Intent intent) { in ClickInfo()
63 public static View getViewsForIntent(Activity activity, LayoutInflater inflater, in getViewsForIntent()
105 …private static View buildActivityView(Activity activity, ResolveInfo resolveInfo, PackageManager p… in buildActivityView()

12345678910>>...22