Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java199 Intent simUnlockIntent = new Intent().setComponent(new ComponentName( in onCreateOutgoingConnection() local
201 simUnlockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onCreateOutgoingConnection()
203 context.startActivity(simUnlockIntent); in onCreateOutgoingConnection()