Home
last modified time | relevance | path

Searched defs:isCurrent (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogSaver.java64 public abstract boolean isCurrent(); in isCurrent() method in LogSaver
157 public boolean isCurrent() { in isCurrent() method in LogSaver.MemoryLogSaver
258 public boolean isCurrent() { in isCurrent() method in LogSaver.DiskLogSaver
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h56 bool isCurrent(EGLSurface surface) { return mCurrentSurface == surface; } in isCurrent() function
H A DRenderThread.cpp473 bool RenderThread::isCurrent() { in isCurrent() function in android::uirenderer::renderthread::RenderThread
/aosp12/packages/apps/TV/src/com/android/tv/
H A DMainActivityWrapper.java45 boolean isCurrent(MainActivity activity) { in isCurrent() method in MainActivityWrapper
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/grid/
H A DGridOption.java61 public GridOption(String title, String name, boolean isCurrent, int rows, int cols, in GridOption()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLocaleSet.java162 public boolean isCurrent() { in isCurrent() method in LocaleSet
/aosp12/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java703 private boolean isCurrent(IMediaBrowserServiceCallbacks callback, String funcName) { in isCurrent() method in MediaBrowser
1060 private boolean isCurrent(String funcName) { in isCurrent() method in MediaBrowser.MediaServiceConnection
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java990 public final boolean isCurrent; field in UserSwitcherController.UserRecord
998 public UserRecord(UserInfo info, Bitmap picture, boolean isGuest, boolean isCurrent, in UserRecord()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHalTest.java2498 public boolean isCurrent; in testLoadGroups() field in SupplicantP2pIfaceHalTest.P2pGroupInfo
2499 P2pGroupInfo(String ssid, byte[] bssid, boolean isGo, boolean isCurrent) { in testLoadGroups()
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgrpc-context-1.19.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java2817 private boolean isCurrent = false; field in TvInputManagerService.SessionState