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.java1030 Intent simUnlockIntent = new Intent().setComponent(new ComponentName( in getTelephonyConnection() local
1032 simUnlockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getTelephonyConnection()
1034 context.startActivity(simUnlockIntent); in getTelephonyConnection()