Home
last modified time | relevance | path

Searched refs:isRemovable (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/media/java/android/mtp/
DMtpStorage.java41 mRemovable = volume.isRemovable(); in MtpStorage()
80 public final boolean isRemovable() { in isRemovable() method in MtpStorage
/frameworks/base/telephony/java/android/telephony/
DUiccCardInfo.java77 boolean isRemovable) { in UiccCardInfo() argument
83 this.mIsRemovable = isRemovable; in UiccCardInfo()
152 public boolean isRemovable() { in isRemovable() method in UiccCardInfo
DUiccSlotInfo.java127 boolean isRemovable) { in UiccSlotInfo() argument
134 this.mIsRemovable = isRemovable; in UiccSlotInfo()
179 public boolean isRemovable() { in isRemovable() method in UiccSlotInfo
/frameworks/base/telephony/java/android/service/euicc/
DGetEuiccProfileInfoListResult.java94 int result, @Nullable EuiccProfileInfo[] profiles, boolean isRemovable) { in GetEuiccProfileInfoListResult() argument
96 this.mIsRemovable = isRemovable; in GetEuiccProfileInfoListResult()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java334 doReturn(true).when(mMockSlot).isRemovable(); in testGetAllUiccCardInfos()
371 doReturn(true).when(mMockSlot).isRemovable(); in testIccidWithTrailingF()
408 doReturn(false).when(mMockSlot).isRemovable(); in testGetAllUiccCardInfosNullCard()
477 doReturn(true).when(mMockRemovableEuiccSlot).isRemovable(); in testDefaultEuiccIsNotRemovable()
480 doReturn(false).when(mMockSlot).isRemovable(); in testDefaultEuiccIsNotRemovable()
520 doReturn(false).when(mMockSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_swapSlotOrder()
523 doReturn(true).when(mMockRemovableEuiccSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_swapSlotOrder()
565 doReturn(false).when(mMockSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
568 doReturn(true).when(mMockRemovableEuiccSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
614 doReturn(false).when(mMockSlot).isRemovable(); in testEidFromPreviousApduSetsDefaultEuicc()
DUiccSlotTest.java351 assertFalse("EuiccCard should not be removable", mUiccSlot.isRemovable()); in testNotRemovable()
367 assertTrue("EuiccCard should be removable", mUiccSlot.isRemovable()); in testIsRemovable()
/frameworks/av/media/mtp/
DMtpStorage.h52 inline bool isRemovable() const { return mRemovable; } in isRemovable() function
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccCardControllerTest.java108 when(mInactivatedEsimSlot.isRemovable()).thenReturn(false); in setUp()
111 when(mActivatedRemovableSlot.isRemovable()).thenReturn(true); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java858 boolean isRemovable = slot.isRemovable(); in getAllUiccCardInfos()
879 IccUtils.stripTrailingFs(iccid), slotIndex, isRemovable); in getAllUiccCardInfos()
1014 if (!mUiccSlots[i].isRemovable() && !isDefaultEuiccCardIdSet) { in onGetSlotStatusDone()
1202 if (!mUiccSlots[slotId].isRemovable()) { in onEidReady()
DUiccSlot.java263 public boolean isRemovable() { in isRemovable() method in UiccSlot
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java880 final boolean isRemovable = result.getIsRemovable(); in updateEmbeddedSubscriptionsCache()
901 embeddedIccids, isRemovable); in updateEmbeddedSubscriptionsCache()
933 values.put(SubscriptionManager.IS_REMOVABLE, isRemovable); in updateEmbeddedSubscriptionsCache()
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java260 public boolean isRemovable() { in isRemovable() method in StorageVolume
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java164 if (slotInfo != null && !slotInfo.isRemovable() && slotInfo.isActive()) { in isEmbeddedSlotActivated()
180 && !slotInfo.isRemovable() in isEmbeddedCardPresent()
/frameworks/base/core/java/android/os/
DEnvironment.java1255 return volume.isRemovable(); in isExternalStorageRemovable()
/frameworks/base/core/api/
Dsystem-current.txt12229 method public boolean isRemovable();
Dcurrent.txt32374 method public boolean isRemovable();
42937 method public boolean isRemovable();
/frameworks/base/boot/
Dboot-image-profile.txt13704 HSPLandroid/os/storage/StorageVolume;->isRemovable()Z
/frameworks/base/config/
Dboot-image-profile.txt13694 HSPLandroid/os/storage/StorageVolume;->isRemovable()Z
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt35209 Landroid/mtp/MtpStorage;->isRemovable()Z