Home
last modified time | relevance | path

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

/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/media/java/android/mtp/
DMtpStorage.java42 mRemovable = volume.isRemovable(); in MtpStorage()
85 public final boolean isRemovable() { in isRemovable() method in MtpStorage
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java331 doReturn(true).when(mMockSlot).isRemovable(); in testGetAllUiccCardInfos()
368 doReturn(true).when(mMockSlot).isRemovable(); in testIccidWithTrailingF()
405 doReturn(false).when(mMockSlot).isRemovable(); in testGetAllUiccCardInfosNullCard()
474 doReturn(true).when(mMockRemovableEuiccSlot).isRemovable(); in testDefaultEuiccIsNotRemovable()
477 doReturn(false).when(mMockSlot).isRemovable(); in testDefaultEuiccIsNotRemovable()
517 doReturn(false).when(mMockSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_swapSlotOrder()
520 doReturn(true).when(mMockRemovableEuiccSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_swapSlotOrder()
562 doReturn(false).when(mMockSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
565 doReturn(true).when(mMockRemovableEuiccSlot).isRemovable(); in testDefaultEuiccIsNotRemovable_EuiccIsInactive()
611 doReturn(false).when(mMockSlot).isRemovable(); in testEidFromPreviousApduSetsDefaultEuicc()
DUiccSlotTest.java350 assertFalse("EuiccCard should not be removable", mUiccSlot.isRemovable()); in testNotRemovable()
366 assertTrue("EuiccCard should be removable", mUiccSlot.isRemovable()); in testIsRemovable()
/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/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.java843 boolean isRemovable = slot.isRemovable(); in getAllUiccCardInfos()
864 IccUtils.stripTrailingFs(iccid), slotIndex, isRemovable); in getAllUiccCardInfos()
987 if (!mUiccSlots[i].isRemovable() && !isDefaultEuiccCardIdSet) { in onGetSlotStatusDone()
1181 if (!mUiccSlots[slotId].isRemovable()) { in onEidReady()
DUiccSlot.java263 public boolean isRemovable() { in isRemovable() method in UiccSlot
/frameworks/base/services/core/java/com/android/server/
DDynamicSystemService.java95 if (!volume.isRemovable()) continue; in startInstallation()
/frameworks/base/core/java/android/os/storage/
DStorageVolume.java220 public boolean isRemovable() { in isRemovable() method in StorageVolume
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java901 final boolean isRemovable = result.getIsRemovable(); in updateEmbeddedSubscriptionsCache()
921 .getSubscriptionInfoListForEmbeddedSubscriptionUpdate(embeddedIccids, isRemovable); in updateEmbeddedSubscriptionsCache()
953 values.put(SubscriptionManager.IS_REMOVABLE, isRemovable); in updateEmbeddedSubscriptionsCache()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java161 if (slotInfo != null && !slotInfo.isRemovable() && slotInfo.isActive()) { in isEmbeddedSlotActivated()
177 && !slotInfo.isRemovable() in isEmbeddedCardPresent()
/frameworks/base/core/java/android/os/
DEnvironment.java1112 return volume.isRemovable(); in isExternalStorageRemovable()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java3581 private boolean removeClientFromList(int netId, String addr, boolean isRemovable) { in removeClientFromList() argument
3595 if (modifiedClientList.length() == 0 && isRemovable) { in removeClientFromList()
/frameworks/base/telephony/api/
Dsystem-current.txt977 method public boolean isRemovable();
/frameworks/base/api/
Dsystem-current.txt9205 method public boolean isRemovable();
Dcurrent.txt36043 method public boolean isRemovable();
46273 method public boolean isRemovable();
/frameworks/base/non-updatable-api/
Dsystem-current.txt9103 method public boolean isRemovable();
Dcurrent.txt35899 method public boolean isRemovable();
46129 method public boolean isRemovable();
/frameworks/base/config/
Dboot-image-profile.txt24037 HSPLcom/android/internal/telephony/uicc/UiccSlot;->isRemovable()Z
Dhiddenapi-greylist-max-o.txt42466 Landroid/mtp/MtpStorage;->isRemovable()Z