Home
last modified time | relevance | path

Searched refs:removeAttachRestrictionForCarrier (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DTestSatelliteWrapper.java98 findViewById(R.id.removeAttachRestrictionForCarrier) in onCreate()
99 .setOnClickListener(this::removeAttachRestrictionForCarrier); in onCreate()
475 private void removeAttachRestrictionForCarrier(View view) { in removeAttachRestrictionForCarrier() method in TestSatelliteWrapper
493 mSatelliteManagerWrapper.removeAttachRestrictionForCarrier(mSubId, reason, mExecutor, in removeAttachRestrictionForCarrier()
DSatelliteControl.java305 mSatelliteManager.removeAttachRestrictionForCarrier(subId, in removeUserRestrictReasonApp()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java13512 public void removeAttachRestrictionForCarrier(int subId, in removeAttachRestrictionForCarrier() method in PhoneInterfaceManager
13518 mSatelliteController.removeAttachRestrictionForCarrier(subId, reason, callback); in removeAttachRestrictionForCarrier()