HomeSort by relevance Sort by last modified time
    Searched refs:CATEGORY_HOME (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /cts/tests/tests/permission/src/android/permission/cts/
PackageManagerRequiringPermissionsTest.java 68 filter.addCategory(Intent.CATEGORY_HOME);
NoActivityRelatedPermissionTest.java 86 && intent.hasCategory(Intent.CATEGORY_HOME)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
FallbackHome.java 59 .addCategory(Intent.CATEGORY_HOME);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SuspendPackageTest.java 77 intent.addCategory(Intent.CATEGORY_HOME);
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
LockTaskHostDrivenTest.java 124 intentFilter.addCategory(Intent.CATEGORY_HOME);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
LauncherActivityRule.java 78 .addCategory(Intent.CATEGORY_HOME)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
TurnOffWorkActivity.java 97 final Intent homeIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME);
  /cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
SessionCommitBroadcastTest.java 59 .addCategory(Intent.CATEGORY_HOME)
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerTrampolineActivity.java 63 if (intent.getCategories().contains(Intent.CATEGORY_HOME)) {
LensResolverActivity.java 99 && categories.size() == 1 && categories.contains(Intent.CATEGORY_HOME)) {
  /packages/apps/Settings/src/com/android/settings/
FallbackHome.java 113 .addCategory(Intent.CATEGORY_HOME);
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultHomePicker.java 120 i.addCategory(Intent.CATEGORY_HOME);
DefaultHomePreferenceController.java 42 HOME_FILTER.addCategory(Intent.CATEGORY_HOME);
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 176 intent.addCategory(Intent.CATEGORY_HOME);
278 filter.addCategory(Intent.CATEGORY_HOME);
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 176 intent.addCategory(Intent.CATEGORY_HOME);
278 filter.addCategory(Intent.CATEGORY_HOME);
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerFragment.java 176 intent.addCategory(Intent.CATEGORY_HOME);
278 filter.addCategory(Intent.CATEGORY_HOME);
  /frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
AppCompatibility.java 101 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME);
234 homeIntent.addCategory(Intent.CATEGORY_HOME);
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 111 intent.addCategory(Intent.CATEGORY_HOME);
202 homeIntent.addCategory(Intent.CATEGORY_HOME);
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
OverviewCommandHelper.java 117 .addCategory(Intent.CATEGORY_HOME)
136 overviewIntentCategory = Intent.CATEGORY_HOME;
RecentsActivity.java 274 .addCategory(Intent.CATEGORY_HOME)
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconShapeOverride.java 201 .addCategory(Intent.CATEGORY_HOME)
  /platform_testing/tests/functional/systemmetrics/src/com/android/systemmetrics/functional/
AppStartTests.java 83 mContext.startActivity(new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME));
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 59 mHomeIntent.addCategory(Intent.CATEGORY_HOME);
  /packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
AddItemActivity.java 154 .addCategory(Intent.CATEGORY_HOME)
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 148 .addCategory(Intent.CATEGORY_HOME)

Completed in 543 milliseconds

1 2 3 4