Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDebugConfig.java75 bubble.getLastActivity(), in formatBubblesString()
H A DBubble.java505 long getLastActivity() { in getLastActivity() method in Bubble
806 pw.print(" lastActivity: "); pw.println(getLastActivity()); in dump()
H A DBubbleData.java486 .sorted(Comparator.comparingLong(Bubble::getLastActivity)) in trim()
806 return bubble.getLastActivity(); in sortKey()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityOptionsTest.java138 mainActivity = monitor.getLastActivity(); in testTransferLaunchCookie()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java593 length += (getLastActivity() == INVALID_VALUE_PARAMETER) ? 0 : 20; in getParamMaxLength()
760 if (getLastActivity() != INVALID_VALUE_PARAMETER) { in encodeParams()
1120 public long getLastActivity() { in getLastActivity() method in BluetoothMapAppParams
H A DBluetoothMapConvoListingElement.java144 public long getLastActivity() { in getLastActivity() method in BluetoothMapConvoListingElement
H A DBluetoothMapContent.java2994 if (lastActivity != convoElement.getLastActivity()) { in refreshSmsMmsConvoVersions()
3088 if (lastActivity != convoElement.getLastActivity()) { in refreshImEmailConvoVersions()
3164 if (lastActivity != convoElement.getLastActivity()) { in updateSmsMmsConvoVersion()
3212 if (lastActivity != convoElement.getLastActivity()) { in updateImEmailConvoVersion()
H A DBluetoothMapObexServer.java854 long lastActivity = appParams.getLastActivity(); in setOwnerStatus()
/aosp12/frameworks/base/core/java/android/app/
H A DInstrumentation.java694 public final Activity getLastActivity() { in getLastActivity() method in Instrumentation.ActivityMonitor
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5461 method public final android.app.Activity getLastActivity();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4396 method public final android.app.Activity getLastActivity();