Home
last modified time | relevance | path

Searched refs:makeToast (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient_SharedUid/src/com/android/sdksandboxclient_shareduid/
DMainActivity.java114 Runnable::run, () -> makeToast("Sdk Sandbox process died")); in registerLoadSdkProviderButton()
125 makeToast("Loaded successfully!"); in registerLoadSdkProviderButton()
131 makeToast("Failed: " + error); in registerLoadSdkProviderButton()
158 makeToast("Sdk is not loaded"); in registerLoadSurfacePackageButton()
167 makeToast("Sdk is not loaded"); in registerCreateFileButton()
184 makeToast("Please provide positive integer value"); in registerCreateFileButton()
191 makeToast(response); in registerCreateFileButton()
221 makeToast("Sdk is not loaded"); in registerPlayVideoButton()
230 makeToast("Sdk is not loaded"); in registerSyncKeysButton()
267 makeToast( in registerSyncKeysButton()
[all …]
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxCodeProvider/src/com/android/sdksandboxcode_1/
DActivityHandler.java80 makeToast("Context flags are enabled, building layout from resources"); in buildLayout()
83 makeToast("Context flags are disabled, building layout programmatically"); in buildLayout()
196 makeToast("Activity on create!"); in registerLifecycleListener()
201 makeToast("Activity on start!"); in registerLifecycleListener()
206 makeToast("Activity on resume!"); in registerLifecycleListener()
213 makeToast("Activity on pause!"); in registerLifecycleListener()
219 makeToast("Activity on stop!"); in registerLifecycleListener()
225 makeToast("Activity on saveInstanceState!"); in registerLifecycleListener()
230 makeToast("Activity on destroy!"); in registerLifecycleListener()
254 mBackNavigationDisablingCallback = () -> makeToast("Can not go back!"); in BackNavigationDisabler()
[all …]
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxWebViewClient/src/com/android/sdksandboxwebviewclient/
DMainActivity.java95 Runnable::run, () -> makeToast("Sdk Sandbox process died")); in registerLoadSdkProviderButton()
107 makeToast("SDK Loaded successfully!"); in registerLoadSdkProviderButton()
114 makeToast("Failed: " + error); in registerLoadSdkProviderButton()
150 makeToast("Sdk is not loaded"); in registerLoadSurfacePackageButton()
163 makeToast("Cannot load URL : " + e.getMessage()); in registerSubmitUrlButton()
177 private void makeToast(String message) { in makeToast() method in MainActivity
194 makeToast("Rendered WebView"); in onResult()
199 makeToast("Failed: " + error.getMessage()); in onError()
/packages/modules/OnDevicePersonalization/samples/odpclient/src/main/java/com/example/odpclient/
DMainActivity.java155 makeToast("execute() error: " + e.toString()); in makeRequest()
192 makeToast("requestSurfacePackage() error: " + e.toString()); in makeRequest()
247 makeToast("execute() error: " + e.toString()); in scheduleTraining()
294 makeToast("execute() error: " + e.toString()); in cancelTraining()
335 makeToast("execute() error: " + e.toString()); in reportConversion()
346 private void makeToast(String message) { in makeToast() method in MainActivity