Searched refs:mIsSupported (Results 1 – 4 of 4) sorted by relevance
59 private boolean mIsSupported; field in RemoteListenerHelper96 } else if (mHasIsSupported && !mIsSupported) { in addListener()102 } else if (mHasIsSupported && mIsSupported) { in addListener()148 mIsSupported = value; in setSupported()250 if (!mIsSupported) { in calculateCurrentResultUnsafe()
67 private final boolean mIsSupported; field in ActivityRecognitionProxy77 mIsSupported = activityRecognitionHardwareIsSupported; in ActivityRecognitionProxy()110 client.onAvailabilityChanged(mIsSupported, mInstance); in initializeService()
38 private boolean mIsSupported = false; field in CapInfo186 return mIsSupported; in isIsSupported()194 this.mIsSupported = isSupported; in setIsSupported()569 dest.writeInt(mIsSupported ? 1 : 0); in writeToParcel()620 mIsSupported = (source.readInt() == 0) ? false : true; in readFromParcel()
86295 Lcom/android/ims/internal/uce/common/CapInfo;->mIsSupported:Z