Home
last modified time | relevance | path

Searched refs:getActivityIntent (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelperTest.java163 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingSlice_needsActivation()
246 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in test_CreateWifiCallingPreferenceSlice_wfcOff()
264 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in test_CreateWifiCallingPreferenceSlice_success()
283 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in test_SettingsSliceProvider_getWfcPreferenceSlice()
348 getActivityIntent(WifiCallingSliceHelper.ACTION_WIFI_CALLING_SETTINGS_ACTIVITY); in testWifiCallingSettingsToggleSlice()
403 private PendingIntent getActivityIntent(String action) { in getActivityIntent() method in WifiCallingSliceHelperTest
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelper.java158 sliceUri, getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in createWifiCallingSlice()
185 getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in getWifiCallingSlice()
246 sliceUri, getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY)); in createWifiCallingPreferenceSlice()
274 getActivityIntent(ACTION_WIFI_CALLING_SETTINGS_ACTIVITY), in getWifiCallingPreferenceSlice()
555 private PendingIntent getActivityIntent(String action) { in getActivityIntent() method in WifiCallingSliceHelper
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelper.java156 getActivityIntent(ACTION_MOBILE_NETWORK_SETTINGS_ACTIVITY), in getEnhanced4gLteSlice()
286 private PendingIntent getActivityIntent(String action) { in getActivityIntent() method in Enhanced4gLteSliceHelper
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelperTest.java227 getActivityIntent(Enhanced4gLteSliceHelper.ACTION_MOBILE_NETWORK_SETTINGS_ACTIVITY); in testEnhanced4gLteSettingsToggleSlice()
243 private PendingIntent getActivityIntent(String action) { in getActivityIntent() method in Enhanced4gLteSliceHelperTest
/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/ui/
DPermissionAppsFragmentTest.kt52 override fun getActivityIntent() = Intent(ACTION_MANAGE_PERMISSION_APPS) in getActivityIntent() method in com.android.permissioncontroller.permission.ui.PermissionAppsFragmentTest
DAppPermissionFragmentTest.kt59 override fun getActivityIntent() = Intent(Intent.ACTION_MANAGE_APP_PERMISSION) in getActivityIntent() method in com.android.permissioncontroller.permission.ui.AppPermissionFragmentTest
DAllAppPermissionsFragmentTest.kt69 override fun getActivityIntent() = Intent(ACTION_MANAGE_APP_PERMISSIONS) in getActivityIntent() method in com.android.permissioncontroller.permission.ui.AllAppPermissionsFragmentTest
/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/ui/handheld/dashboard/
DPermissionUsageV2FragmentTest.kt60 override fun getActivityIntent() = Intent(Intent.ACTION_REVIEW_PERMISSION_USAGE) in getActivityIntent() method in com.android.permissioncontroller.permission.ui.handheld.dashboard.PermissionUsageV2FragmentTest
/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/ui/handheld/
DManageCustomPermissionsFragmentTest.kt58 override fun getActivityIntent() = Intent(Intent.ACTION_MANAGE_PERMISSIONS) in provideActivityRule() method
DManageStandardPermissionsFragmentTest.kt71 override fun getActivityIntent() = Intent(ACTION_MANAGE_PERMISSIONS) in provideActivityRule() method