Home
last modified time | relevance | path

Searched refs:startActivityAndCollapse (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java353 public final void startActivityAndCollapse(Intent intent) { in startActivityAndCollapse() method in TileService
372 public final void startActivityAndCollapse(@NonNull PendingIntent pendingIntent) { in startActivityAndCollapse() method in TileService
/aosp14/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoTile.java96 startActivityAndCollapse(intent); in onClick()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServicesTest.java224 verify(tile).startActivityAndCollapse(pi); in testValidCustomTileStartsActivity()
237 verify(tile, never()).startActivityAndCollapse(pi); in testInvalidCustomTileDoesNotStartActivity()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java419 startActivityAndCollapse(mTile.getActivityLaunchForClick()); in handleClick()
509 public void startActivityAndCollapse(PendingIntent pendingIntent) { in startActivityAndCollapse() method in CustomTile
H A DTileServices.java306 customTile.startActivityAndCollapse(pendingIntent); in startActivity()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41238 method @Deprecated public final void startActivityAndCollapse(android.content.Intent);
41239 method public final void startActivityAndCollapse(@NonNull android.app.PendingIntent);