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

  /cts/tests/tests/telephony/TestSmsRetrieverApp/src/android/telephony/cts/smsretriever/
MainActivity.java 48 PendingIntent pIntent = PendingIntent.getBroadcast(
53 "testprefix1,testprefix2", pIntent);
  /external/pdfium/core/fpdfdoc/
cpdf_occontext.cpp 29 CPDF_Object* pIntent = pDict->GetDirectObjectFor("Intent");
30 if (!pIntent)
34 if (CPDF_Array* pArray = pIntent->AsArray()) {
42 bsIntent = pIntent->GetString();

Completed in 2308 milliseconds