/packages/providers/CalendarProvider/ |
D | maketests.py | 103 instances = [] variable 107 instances.append((startTime,endTime)) 109 instances = map(fixInstance, instances) variable 110 instances.sort() 122 for i in instances:
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 240 ArrayList<BluetoothMasInstance> instances) { in sendMasInstanceIntent() argument 244 if (instances != null) intent.putExtra(BluetoothDevice.EXTRA_MAS_INSTANCE, instances); in sendMasInstanceIntent() 379 ArrayList<BluetoothMasInstance> instances = new ArrayList<BluetoothMasInstance>(); in deviceMasInstancesFoundCallback() local 387 instances.add(inst); in deviceMasInstancesFoundCallback() 390 sendMasInstanceIntent(device, instances); in deviceMasInstancesFoundCallback()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | CalendarController.java | 78 private static WeakHashMap<Context, WeakReference<CalendarController>> instances = field in CalendarController 284 synchronized (instances) { in getInstance() 286 WeakReference<CalendarController> weakController = instances.get(context); in getInstance() 293 instances.put(context, new WeakReference(controller)); in getInstance() 306 instances.remove(context); in removeInstance()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarInstancesHelper.java | 48 CalendarInstancesHelper.InstancesList instances = get(syncIdKey); in add() local 49 if (instances == null) { in add() 50 instances = new CalendarInstancesHelper.InstancesList(); in add() 51 put(syncIdKey, instances); in add() 53 instances.add(values); in add()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 600 int num_instances, btmce_mas_instance_t *instances) in remote_mas_instances_callback() argument 643 jstring name = callbackEnv->NewStringUTF(instances[i].p_name); in remote_mas_instances_callback() 646 callbackEnv->SetIntArrayRegion(a_scn, i, 1, &instances[i].scn); in remote_mas_instances_callback() 647 callbackEnv->SetIntArrayRegion(a_masid, i, 1, &instances[i].id); in remote_mas_instances_callback() 648 callbackEnv->SetIntArrayRegion(a_msgtype, i, 1, &instances[i].msg_types); in remote_mas_instances_callback()
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarProvider2Test.java | 346 long[] instances; field in CalendarProvider2Test.VerifyAllInstances 363 this.instances = new long[len]; in VerifyAllInstances() 367 this.instances[index++] = time.toMillis(false /* use isDst */); in VerifyAllInstances() 374 if (instances != null) { in execute() 375 len = instances.length; in execute() 382 if (instances == null) { in execute() 393 for (long instance : instances) { in execute()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmStateManager.java | 616 List<AlarmInstance> instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId); in deleteAllInstances() local 617 for (AlarmInstance instance : instances) { in deleteAllInstances()
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParser.jj | 500 // different token type than inner ")" instances.
|
/packages/apps/Camera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1449 # relations between templates and their instances.
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1449 # relations between templates and their instances.
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1449 # relations between templates and their instances.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1449 # relations between templates and their instances.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1402373178, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |