Searched refs:sender (Results 1 – 5 of 5) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | AlarmController.java | 96 PendingIntent sender = PendingIntent.getBroadcast(AlarmController.this, 109 am.set(AlarmManager.RTC_WAKEUP, calendar.getTimeInMillis(), sender); 113 AlarmManager.RTC_WAKEUP, calendar.getTimeInMillis(), sender); 137 PendingIntent sender = PendingIntent.getBroadcast(AlarmController.this, 147 firstTime, 15*1000, sender); 164 PendingIntent sender = PendingIntent.getBroadcast(AlarmController.this, 169 am.cancel(sender);
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat); in outputFormatChanged() argument 51 void outputSample(MediaCodecWrapper sender, MediaCodec.BufferInfo info, ByteBuffer buffer); in outputSample() argument
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat); in outputFormatChanged() argument 51 void outputSample(MediaCodecWrapper sender, MediaCodec.BufferInfo info, ByteBuffer buffer); in outputSample() argument
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 41 void outputFormatChanged(MediaCodecWrapper sender, MediaFormat newFormat); in outputFormatChanged() argument 51 void outputSample(MediaCodecWrapper sender, MediaCodec.BufferInfo info, ByteBuffer buffer); in outputSample() argument
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
D | AddVoicemailActivity.java | 124 String sender = mSenderNumber.getText().toString(); in buildVoicemailObjectFromUiElements() local 131 return VoicemailImpl.createForInsertion(time, sender) in buildVoicemailObjectFromUiElements()
|