Searched refs:pIntent (Results 1 – 3 of 3) sorted by relevance
/packages/apps/FMRadio/src/com/android/fmradio/ |
D | FmService.java | 1775 PendingIntent pIntent = PendingIntent.getService(mContext, 0, intent, 0); in showPlayingNotification() local 1776 mNotificationBuilder.addAction(R.drawable.btn_fm_prevstation, "", pIntent); in showPlayingNotification() 1779 pIntent = PendingIntent.getService(mContext, 0, intent, 0); in showPlayingNotification() 1780 mNotificationBuilder.addAction(R.drawable.btn_fm_rec_stop_enabled, "", pIntent); in showPlayingNotification() 1783 pIntent = PendingIntent.getService(mContext, 0, intent, 0); in showPlayingNotification() 1784 mNotificationBuilder.addAction(R.drawable.btn_fm_nextstation, "", pIntent); in showPlayingNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 622 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in setUserTimeoutAlarm() local 624 + USER_CONFIRM_TIMEOUT_VALUE,pIntent); in setUserTimeoutAlarm()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 831 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0); in setUserTimeoutAlarm() local 833 USER_CONFIRM_TIMEOUT_VALUE,pIntent); in setUserTimeoutAlarm()
|