Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DCustomTileInterface.kt37 fun startActivityAndCollapse(pendingIntent: PendingIntent) method
DCustomTile.java432 startActivityAndCollapse(mTile.getActivityLaunchForClick()); in handleClick()
538 public void startActivityAndCollapse(PendingIntent pendingIntent) { in startActivityAndCollapse() method in CustomTile
DTileServices.java317 customTile.startActivityAndCollapse(pendingIntent); in startActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileServiceInteractor.kt206 override fun startActivityAndCollapse(pendingIntent: PendingIntent) { in startActivityAndCollapse() method in com.android.systemui.qs.tiles.impl.custom.domain.interactor.ReceivingInterface
207 userActionInteractor.get().startActivityAndCollapse(pendingIntent) in startActivityAndCollapse()
DCustomTileUserActionInteractor.kt117 fun startActivityAndCollapse(pendingIntent: PendingIntent) { in startActivityAndCollapse() method
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DNekoTile.java96 startActivityAndCollapse(intent); in onClick()
/frameworks/base/core/java/android/service/quicksettings/
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
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
DCloseShadeRightAfterClickTestB339290820.kt134 override fun startActivityAndCollapse(pendingIntent: PendingIntent) {} in startActivityAndCollapse() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServicesTest.java267 verify(tile).startActivityAndCollapse(pi); in testValidCustomTileStartsActivity()
280 verify(tile, never()).startActivityAndCollapse(pi); in testInvalidCustomTileDoesNotStartActivity()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/custom/domain/interactor/
DCustomTileUserActionInteractorTest.kt220 underTest.startActivityAndCollapse(mock()) in startActivityDoesntStartWithNoToken()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41526 method @Deprecated public final void startActivityAndCollapse(android.content.Intent);
41527 method public final void startActivityAndCollapse(@NonNull android.app.PendingIntent);