HomeSort by relevance Sort by last modified time
    Searched refs:pIntent (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 31 CPDF_Object *pIntent = pDict->GetElementValue(FX_BSTRC("Intent"));
32 if (pIntent == NULL) {
36 if (pIntent->GetType() == PDFOBJ_ARRAY) {
37 FX_DWORD dwCount = ((CPDF_Array*)pIntent)->GetCount();
39 bsIntent = ((CPDF_Array*)pIntent)->GetString(i);
46 bsIntent = pIntent->GetString();
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java     [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 503 public void setIncomingCallPendingIntent(PendingIntent pIntent) {
504 mIncomingCallPendingIntent = pIntent;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 817 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0)
    [all...]

Completed in 96 milliseconds