Searched refs:mIsPending (Results 1 – 7 of 7) sorted by relevance
38 private boolean mIsPending; field in NetworkChecker48 if (mIsPending) { in request()53 mIsPending = true; in request()60 if (!mIsPending) { in cancel()64 mIsPending = false; in cancel()71 return mIsPending; in isPending()85 if (mIsPending in onCapabilitiesChanged()
37 private int mIsPending; field in BackupIdRow64 private int mIsPending; field in BackupIdRow.Builder88 this.mIsPending = isPending; in setIsPending()152 backupIdRow.mIsPending = this.mIsPending; in build()181 return mIsPending; in getIsPending()216 ", mIsPending=" + mIsPending + in toString()231 return mId == that.mId && mIsFavorite == that.mIsFavorite && mIsPending == that.mIsPending in equals()240 return Objects.hash(mId, mIsFavorite, mIsPending, mIsTrashed, mIsDirty, mOwnerPackageId, in hashCode()
28 private boolean mIsPending; field in FileRow43 private boolean mIsPending; field in FileRow.Builder80 mIsPending = pending; in setIsPending()116 fileRow.mIsPending = this.mIsPending; in build()160 return mIsPending; in isPending()
27 private final boolean mIsPending; field in FileAccessAttributes37 this.mIsPending = isPending; in FileAccessAttributes()56 mIsPending, mIsTrashed, mOwnerId); in toString()76 return this.mIsPending; in isPending()
36 private boolean mIsPending = false; field in SyncStateSwitchPreference66 final boolean activeVisible = mIsActive || mIsPending; in onBindViewHolder()103 mIsPending = isPending; in setPending()
37 private boolean mIsPending = false; field in SyncStateSwitchPreference80 final boolean activeVisible = mIsActive || mIsPending; in onBindViewHolder()117 mIsPending = isPending; in setPending()
167 private boolean mIsPending; field in CallAudioRouteController467 return mIsPending; in isPending()475 if (mIsPending) { in routeTo()502 mIsPending = true; in routeTo()625 if (mIsPending) { in handleBtAudioActive()647 if (mIsPending) { in handleBtAudioInactive()742 if ((mIsPending && mPendingAudioRoute.getDestRoute().getType() == type) in handleBtActiveDeviceGone()743 || (!mIsPending && mCurrentRoute.getType() == type)) { in handleBtActiveDeviceGone()923 if (mIsPending) { in handleExitPendingRoute()927 mIsPending = false; in handleExitPendingRoute()[all …]