Searched refs:secrectCodeIntent (Results 1 – 1 of 1) sorted by relevance
2575 Intent secrectCodeIntent = new Intent(TelephonyManager.ACTION_SECRET_CODE, in sendDialerSpecialCode() local2577 secrectCodeIntent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND); in sendDialerSpecialCode()2578 mContext.sendBroadcast(secrectCodeIntent, null, options.toBundle()); in sendDialerSpecialCode()