/external/guice/examples/src/example/xml/ |
D | Phone.java | 5 Contacts contacts; field in Phone 7 public void setContacts(Contacts contacts) { in setContacts() argument 8 this.contacts = contacts; in setContacts() 12 return contacts; in getContacts()
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
D | PresenceUtils.java | 40 public static String toContactString(String[] contacts) { in toContactString() argument 41 if(contacts == null) { in toContactString() 46 for(int i=0; i<contacts.length; i++) { in toContactString() 47 result += contacts[i]; in toContactString() 48 if(i != contacts.length -1) { in toContactString()
|
D | PresenceSubscriber.java | 432 String[] contacts = ((PresenceTask)task).mContacts; in onSipResponse() local 433 if(contacts != null && contacts.length>0){ in onSipResponse() 434 mAvailabilityRetryNumber = contacts[0]; in onSipResponse() 443 String[] contacts = ((PresenceTask)task).mContacts; in onSipResponse() local 446 for(int i=0; i<contacts.length; i++){ in onSipResponse() 447 if(TextUtils.isEmpty(contacts[i])){ in onSipResponse() 450 logger.debug("onSipResponse: contact= " + contacts[i] + ", not found."); in onSipResponse() 453 PresenceUtils.convertContactNumber(contacts[i])).build()); in onSipResponse()
|
D | PresencePublishTask.java | 41 String[] contacts){ in PresencePublishTask() argument 42 super(taskId, cmdId, listener, contacts); in PresencePublishTask()
|
D | PresenceTask.java | 42 String[] contacts){ in PresenceTask() argument 45 mContacts = contacts; in PresenceTask()
|
D | PresenceAvailabilityTask.java | 48 String[] contacts){ in PresenceAvailabilityTask() argument 49 super(taskId, cmdId, listener, contacts); in PresenceAvailabilityTask()
|
D | PresenceCapabilityTask.java | 74 ContactCapabilityResponse listener, String[] contacts, in PresenceCapabilityTask() argument 76 super(taskId, cmdId, listener, contacts); in PresenceCapabilityTask()
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | PollingsQueue.java | 82 List<Contacts.Item> contacts = new ArrayList<Contacts.Item>(); in add() local 83 contacts.clear(); in add() 88 for(int j = 0; j < contacts.size(); j++) { in add() 89 Contacts.Item item0 = contacts.get(j); in add() 113 contacts.add(item); in add() 125 if (contacts.size() <= 0) { in add() 137 int noOfIterations = contacts.size() / maxEntriesInRequest; in add() 141 entriesInRequest = contacts.size() % maxEntriesInRequest; in add() 148 Contacts.Item item = contacts.get(pos); in add()
|
D | PollingAction.java | 125 List<Contacts.Item> contacts = mPollingTask.mContacts; in doInBackground() local 126 for (int i = 0; i < contacts.size(); i++) { in doInBackground() 127 Contacts.Item item = contacts.get(i); in doInBackground()
|
/external/autotest/client/site_tests/hardware_TouchScreenPowerCycles/ |
D | control | 7 PURPOSE = "Check whether there are spurious contacts." 8 CRITERIA = "Fails if there are any spurious contacts." 15 Check if there are any spurious contacts when power is cycled.
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
D | TaskManager.java | 111 public int addCapabilityTask(Context context, String[] contacts, in addCapabilityTask() argument 116 listener, contacts, timeout); in addCapabilityTask() 126 String[] contacts = new String[1]; in addAvailabilityTask() local 127 contacts[0] = contact; in addAvailabilityTask() 129 listener, contacts); in addAvailabilityTask() 139 String[] contacts = new String[1]; in addPublishTask() local 140 contacts[0] = contact; in addPublishTask() 141 Task task = new PresenceTask(taskId, TASK_TYPE_PUBLISH, null /*listener*/, contacts); in addPublishTask()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothMapClientFacade.java | 145 Uri[] contacts = new Uri[phoneNumbers.length]; in mapSendMessage() local 149 contacts[i] = Uri.parse(phoneNumbers[i]); in mapSendMessage() 151 return sMapProfile.sendMessage(device, contacts, message, mSentIntent, in mapSendMessage()
|
/external/boringssl/src/util/fipstools/acvp/ |
D | ACVP.md | 6 …anipulating the ACVP database which includes lists of modules, vendors, contacts, operating enviro… 74 "contactsUrl": "/acvp/v1/vendors/1234/contacts", 97 "contactsUrl": "/acvp/v1/vendors/11136/contacts", 113 "contactsUrl": "/acvp/v1/vendors/11137/contacts",
|
/external/perfetto/test/trace_processor/ |
D | thread_cpu_time_example_android_trace_30s.out | 898 5563,5563,"ndroid.contacts","com.google.android.contacts",205871264 899 5568,5563,"Jit thread pool","com.google.android.contacts",205871264 900 5569,5563,"Signal Catcher","com.google.android.contacts",205871264 901 5570,5563,"ADB-JDWP Connec","com.google.android.contacts",205871264 902 5571,5563,"ReferenceQueueD","com.google.android.contacts",205871264 903 5572,5563,"FinalizerDaemon","com.google.android.contacts",205871264 904 5573,5563,"FinalizerWatchd","com.google.android.contacts",205871264 905 5574,5563,"HeapTaskDaemon","com.google.android.contacts",205871264 906 5575,5563,"Binder:5563_1","com.google.android.contacts",205871264 907 5576,5563,"Binder:5563_2","com.google.android.contacts",205871264 [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | ContactsFacade.java | 152 List<JSONObject> contacts = new ArrayList<JSONObject>(); in contactsGetAllContacts() local 187 contacts.add(message); in contactsGetAllContacts() 191 return contacts; in contactsGetAllContacts()
|
/external/elfutils/ |
D | ABOUT-NLS | 245 gpe-contacts | | 414 gpe-contacts | [] [] | 583 gpe-contacts | [] | 752 gpe-contacts | [] [] [] [] [] | 921 gpe-contacts | [] [] | 10
|
/external/libexif/ |
D | ABOUT-NLS | 236 gpe-contacts | [] [] | 373 gpe-contacts | [] [] | 510 gpe-contacts | [] [] [] [] | 647 gpe-contacts | [] [] [] | 11
|
/external/oss-fuzz/docs/ |
D | faq.md | 55 [OSS-Fuzz repository]: build scripts, `project.yaml` files with contacts, etc. 125 is maintained in OSS-Fuzz, you can search for contacts in the respective
|
/external/cpuinfo/test/build.prop/ |
D | xiaomi-redmi-note-4.log | 235 #contacts.autosync 236 persist.env.contacts.autosync=true
|
/external/cpuinfo/test/dmesg/ |
D | alcatel-revvl.log | 880 …F: 32993.972693:AP_Init:[added application]:[com.android.contacts]:[com.android.contacts]:pid:… 1070 …OOTPROF: 36597.237394:AP_Init:[service]:[com.android.contacts:remote]:[com.android.contacts/.t…
|
D | oppo-r9.log | 2840 …_Init:[content provider]:[android.process.acore]:[com.android.providers.contacts/.ContactsProvider…
|
D | huawei-mate-8.log | 7326 …(1505266040.559:1015): avc: denied { search } for pid=2347 comm="ndroid.contacts" name="app_acc" d… 8017 …(1505266066.669:1046): avc: denied { search } for pid=4413 comm="ndroid.contacts" name="app_acc" d…
|
/external/python/google-api-python-client/docs/ |
D | start.md | 239 # flow.step2_exchange() function. This function contacts the authorization
|
/external/oss-fuzz/docs/getting-started/ |
D | new_project_guide.md | 86 The primary contact and list of other contacts to be CCed. Each person listed gets access to Cluste…
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz | 1Aarhus
2Aaron
3Ababa
4aback
5abaft
6abandon
7abandoned
8abandoning
9abandonment
10 ... |