/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | ICalendarTest.java | 15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1"); in testAddParameter() local 16 assertEquals(0, prop.getParameterNames().size()); in testAddParameter() 17 prop.addParameter(new ICalendar.Parameter("param1", "foo")); in testAddParameter() 18 assertEquals(1, prop.getParameterNames().size()); in testAddParameter() 19 prop.addParameter(new ICalendar.Parameter("param1", "bar")); in testAddParameter() 20 assertEquals(1, prop.getParameterNames().size()); in testAddParameter() 21 prop.addParameter(new ICalendar.Parameter("param2", "baaz")); in testAddParameter() 22 assertEquals(2, prop.getParameterNames().size()); in testAddParameter() 23 prop.addParameter(new ICalendar.Parameter("param1", "quux")); in testAddParameter() 24 assertEquals(2, prop.getParameterNames().size()); in testAddParameter() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | RemoteDevices.java | 90 DeviceProperties prop = new DeviceProperties(); in addDeviceProperties() local 93 prop.mAddress = address; in addDeviceProperties() 94 mDevices.put(device, prop); in addDeviceProperties() 95 return prop; in addDeviceProperties() 215 DeviceProperties prop = getDeviceProperties(device); in sendUuidIntent() local 218 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null? null: prop.mUuids); in sendUuidIntent()
|
D | BondStateMachine.java | 68 AdapterProperties prop, RemoteDevices remoteDevices) { in BondStateMachine() argument 74 mAdapterProperties = prop; in BondStateMachine() 80 AdapterProperties prop, RemoteDevices remoteDevices) { in make() argument 82 BondStateMachine bsm = new BondStateMachine(service, prop, remoteDevices); in make()
|
D | AdapterProperties.java | 238 DeviceProperties prop = mRemoteDevices.getDeviceProperties(device); in onBondStateChanged() local 239 if (prop == null) in onBondStateChanged() 240 prop = mRemoteDevices.addDeviceProperties(addrByte); in onBondStateChanged() 241 prop.setBondState(state); in onBondStateChanged()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 716 bt_property_t prop; in setAdapterPropertyNative() local 717 prop.type = (bt_property_type_t) type; in setAdapterPropertyNative() 718 prop.len = env->GetArrayLength(value); in setAdapterPropertyNative() 719 prop.val = val; in setAdapterPropertyNative() 721 int ret = sBluetoothInterface->set_adapter_property(&prop); in setAdapterPropertyNative() 795 bt_property_t prop; in setDevicePropertyNative() local 796 prop.type = (bt_property_type_t) type; in setDevicePropertyNative() 797 prop.len = env->GetArrayLength(value); in setDevicePropertyNative() 798 prop.val = val; in setDevicePropertyNative() 800 int ret = sBluetoothInterface->set_remote_device_property((bt_bdaddr_t *)addr, &prop); in setDevicePropertyNative()
|
/packages/apps/Settings/src/com/android/settings/ |
D | Utils.java | 338 LinkProperties prop = cm.getLinkProperties(ConnectivityManager.TYPE_WIFI); in getWifiIpAddresses() local 339 return formatIpAddresses(prop); in getWifiIpAddresses() 351 LinkProperties prop = cm.getActiveLinkProperties(); in getDefaultIpAddresses() local 352 return formatIpAddresses(prop); in getDefaultIpAddresses() 355 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses() argument 356 if (prop == null) return null; in formatIpAddresses() 357 Iterator<InetAddress> iter = prop.getAllAddresses().iterator(); in formatIpAddresses()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | SparseTableTests.java | 70 private void generateRandomIndex(final int size, final int prop) { in generateRandomIndex() argument 72 if (mRandom.nextInt(100) < prop) { in generateRandomIndex()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | EmojiPalettesView.java | 215 for (final CategoryProperties prop : mShownCategories) { in getCategoryPageSize() 216 if (prop.mCategoryId == categoryId) { in getCategoryPageSize() 217 return prop.mPageCount; in getCategoryPageSize()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | cs_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | lv_wordlist.combined.gz |
|
D | es_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1381226409, ... |
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 |
|
D | nl_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1380519383, ... |
D | hr_wordlist.combined.gz |
|