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

  /external/pdfium/core/src/fpdfdoc/
doc_ocg.cpp 27 CPDF_Object* pIntent = pDict->GetElementValue("Intent");
28 if (!pIntent) {
32 if (CPDF_Array* pArray = pIntent->AsArray()) {
41 bsIntent = pIntent->GetString();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 632 PendingIntent pIntent = PendingIntent.getBroadcast(this, 0, timeoutIntent, 0);
634 + USER_CONFIRM_TIMEOUT_VALUE,pIntent);
    [all...]

Completed in 2991 milliseconds