OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSendIntent
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapClientFacade.java
57
private Intent
mSendIntent
;
75
mSendIntent
= new Intent(
140
mSentIntent = PendingIntent.getBroadcast(mService, 0,
mSendIntent
,
/cts/tests/tests/telephony/current/src/android/telephony/cts/
SmsManagerTest.java
127
private Intent
mSendIntent
;
585
mSentIntent = PendingIntent.getBroadcast(mContext, 0,
mSendIntent
,
592
mSendIntent
= new Intent(SMS_SEND_ACTION);
633
sentIntents.add(PendingIntent.getBroadcast(mContext, 0,
mSendIntent
, 0));
[
all
...]
Completed in 182 milliseconds