Searched refs:isCurrent (Results 1 - 6 of 6) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DMainActivityWrapper.java49 boolean isCurrent(MainActivity activity) { method in class:MainActivityWrapper
H A DMainActivity.java1851 if (application.getMainActivityWrapper().isCurrent(this)) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogSaver.java64 public abstract boolean isCurrent(); method in class:LogSaver
157 public boolean isCurrent() { method in class:LogSaver.MemoryLogSaver
258 public boolean isCurrent() { method in class:LogSaver.DiskLogSaver
H A DLogUtil.java50 if (sCaptureDebugLogs && (sDebugLogSaver == null || !sDebugLogSaver.isCurrent())) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLocaleSet.java162 public boolean isCurrent() { method in class:LocaleSet
H A DContactsProvider2.java1899 if (!mCurrentLocales.isCurrent()) {

Completed in 2761 milliseconds