HomeSort by relevance Sort by last modified time
    Searched refs:DataMap (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /external/icu/icu4c/source/tools/ctestfw/unicode/
testdata.h 17 #include "unicode/datamap.h"
30 * DataMap *settings = NULL;
31 * DataMap *cases = NULL;
44 DataMap *fInfo;
45 DataMap *fCurrSettings;
46 DataMap *fCurrCase;
59 /** Get a pointer to an object owned DataMap that contains more information on this
62 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
64 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
67 * DataMap is owned by the object and should not be deleted.
    [all...]
tstdtmod.h 20 #include "unicode/datamap.h"
29 class DataMap;
41 DataMap *fInfo;
63 /** Get a pointer to an object owned DataMap that contains more information on this module
67 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
69 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const = 0;
95 virtual UBool getInfo(const DataMap *& info, UErrorCode &status) const;
datamap.h 29 class T_CTEST_EXPORT_API DataMap {
31 virtual ~DataMap();
34 DataMap();
39 /** get the string from the DataMap. Addressed by name
45 /** get the string from the DataMap. Addressed by name
86 /** get an array of strings from the DataMap. Addressed by name.
93 /** get an array of integers from the DataMap. Addressed by name.
105 class T_CTEST_EXPORT_API RBDataMap : public DataMap{
  /external/icu/icu4c/source/test/intltest/
dadrfmt.h 29 class DataMap;
43 void testConvertDate(TestData *testData, const DataMap *settings, UBool fmt);
44 // void testOps(TestData *testData, const DataMap *settings);
dadrcal.h 29 class DataMap;
43 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
44 void testOps(TestData *testData, const DataMap *settings);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
ModuleTest.java 16 import android.icu.dev.test.TestDataModule.DataMap;
59 public DataMap dm;
61 public TestDataPair(TestData td, DataMap dm) {
75 DataMap settings = (DataMap) siter.next();
TestDataModule.java 28 public DataMap getInfo();
74 public DataMap getInfo();
76 * @return Iterator<DataMap>
80 * @return Iterator<DataMap>
92 public interface DataMap {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ModuleTest.java 15 import com.ibm.icu.dev.test.TestDataModule.DataMap;
58 public DataMap dm;
60 public TestDataPair(TestData td, DataMap dm) {
74 DataMap settings = (DataMap) siter.next();
TestDataModule.java 27 public DataMap getInfo();
73 public DataMap getInfo();
75 * @return Iterator<DataMap>
79 * @return Iterator<DataMap>
91 public interface DataMap {
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 30 import com.google.android.gms.wearable.DataMap;
61 DataMap dataMap = DataMap.fromByteArray(messageEvent.getData());
62 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0);
79 DataMap dataMap = new DataMap();
80 dataMap.putInt(Constants.KEY_COMM_TYPE,
82 sendMessage(nodeId, dataMap);
    [all...]
MainPhoneActivity.java 41 import com.google.android.gms.wearable.DataMap;
129 DataMap dataMap = new DataMap();
130 dataMap.putInt(Constants.KEY_COMM_TYPE, Constants.COMM_TYPE_REQUEST_DATA);
131 sendMessage(dataMap);
190 DataMap dataMap = new DataMap();
191 dataMap.putInt(Constants.KEY_COMM_TYPE
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/util/
DigitalWatchFaceUtil.java 27 import com.google.android.gms.wearable.DataMap;
39 * The {@link DataMap} key for {@link DigitalWatchFaceService} background color name.
45 * The {@link DataMap} key for {@link DigitalWatchFaceService} hour digits color name.
51 * The {@link DataMap} key for {@link DigitalWatchFaceService} minute digits color name.
57 * The {@link DataMap} key for {@link DigitalWatchFaceService} second digits color name.
99 * Callback interface to perform an action with the current config {@link DataMap} for
104 * Callback invoked with the current config {@link DataMap} for
107 void onConfigDataMapFetched(DataMap config);
115 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
119 * receives an empty DataMap
    [all...]
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Application/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestPhoneService.java 30 import com.google.android.gms.wearable.DataMap;
61 DataMap dataMap = DataMap.fromByteArray(messageEvent.getData());
62 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0);
79 DataMap dataMap = new DataMap();
80 dataMap.putInt(Constants.KEY_COMM_TYPE,
82 sendMessage(nodeId, dataMap);
    [all...]
MainPhoneActivity.java 41 import com.google.android.gms.wearable.DataMap;
129 DataMap dataMap = new DataMap();
130 dataMap.putInt(Constants.KEY_COMM_TYPE, Constants.COMM_TYPE_REQUEST_DATA);
131 sendMessage(dataMap);
190 DataMap dataMap = new DataMap();
191 dataMap.putInt(Constants.KEY_COMM_TYPE
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/util/
DigitalWatchFaceUtil.java 27 import com.google.android.gms.wearable.DataMap;
39 * The {@link DataMap} key for {@link DigitalWatchFaceService} background color name.
45 * The {@link DataMap} key for {@link DigitalWatchFaceService} hour digits color name.
51 * The {@link DataMap} key for {@link DigitalWatchFaceService} minute digits color name.
57 * The {@link DataMap} key for {@link DigitalWatchFaceService} second digits color name.
99 * Callback interface to perform an action with the current config {@link DataMap} for
104 * Callback invoked with the current config {@link DataMap} for
107 void onConfigDataMapFetched(DataMap config);
115 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
119 * receives an empty DataMap
    [all...]
  /development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
IncomingRequestPhoneService.java 30 import com.google.android.gms.wearable.DataMap;
61 DataMap dataMap = DataMap.fromByteArray(messageEvent.getData());
62 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE, 0);
79 DataMap dataMap = new DataMap();
80 dataMap.putInt(Constants.KEY_COMM_TYPE,
82 sendMessage(nodeId, dataMap);
    [all...]
MainPhoneActivity.java 41 import com.google.android.gms.wearable.DataMap;
129 DataMap dataMap = new DataMap();
130 dataMap.putInt(Constants.KEY_COMM_TYPE, Constants.COMM_TYPE_REQUEST_DATA);
131 sendMessage(dataMap);
190 DataMap dataMap = new DataMap();
191 dataMap.putInt(Constants.KEY_COMM_TYPE
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceUtil.java 27 import com.google.android.gms.wearable.DataMap;
37 * The {@link DataMap} key for {@link DigitalWatchFaceService} background color name.
43 * The {@link DataMap} key for {@link DigitalWatchFaceService} hour digits color name.
49 * The {@link DataMap} key for {@link DigitalWatchFaceService} minute digits color name.
55 * The {@link DataMap} key for {@link DigitalWatchFaceService} second digits color name.
97 * Callback interface to perform an action with the current config {@link DataMap} for
102 * Callback invoked with the current config {@link DataMap} for
105 void onConfigDataMapFetched(DataMap config);
113 * Asynchronously fetches the current config {@link DataMap} for {@link DigitalWatchFaceService}
117 * receives an empty DataMap
    [all...]
DigitalWatchFaceConfigListenerService.java 24 import com.google.android.gms.wearable.DataMap;
54 DataMap configKeysToOverwrite = DataMap.fromByteArray(rawData);
  /developers/build/prebuilts/gradle/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestWearService.java 34 import com.google.android.gms.wearable.DataMap;
69 DataMap dataMap = DataMap.fromByteArray(messageEvent.getData());
71 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE);
90 DataMap dataMap = new DataMap();
91 dataMap.putInt(Constants.KEY_COMM_TYPE,
93 sendMessage(dataMap);
    [all...]
MainWearActivity.java 42 import com.google.android.gms.wearable.DataMap;
158 DataMap dataMap = new DataMap();
159 dataMap.putInt(Constants.KEY_COMM_TYPE,
161 sendMessage(dataMap);
339 DataMap dataMap = new DataMap();
340 dataMap.putInt(Constants.KEY_COMM_TYPE
    [all...]
  /developers/samples/android/wearable/wear/RuntimePermissionsWear/Wearable/src/main/java/com/example/android/wearable/runtimepermissions/
IncomingRequestWearService.java 34 import com.google.android.gms.wearable.DataMap;
69 DataMap dataMap = DataMap.fromByteArray(messageEvent.getData());
71 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE);
90 DataMap dataMap = new DataMap();
91 dataMap.putInt(Constants.KEY_COMM_TYPE,
93 sendMessage(dataMap);
    [all...]
MainWearActivity.java 42 import com.google.android.gms.wearable.DataMap;
158 DataMap dataMap = new DataMap();
159 dataMap.putInt(Constants.KEY_COMM_TYPE,
161 sendMessage(dataMap);
339 DataMap dataMap = new DataMap();
340 dataMap.putInt(Constants.KEY_COMM_TYPE
    [all...]
  /development/samples/browseable/RuntimePermissionsWear/Wearable/src/com.example.android.wearable.runtimepermissions/
IncomingRequestWearService.java 34 import com.google.android.gms.wearable.DataMap;
69 DataMap dataMap = DataMap.fromByteArray(messageEvent.getData());
71 int requestType = dataMap.getInt(Constants.KEY_COMM_TYPE);
90 DataMap dataMap = new DataMap();
91 dataMap.putInt(Constants.KEY_COMM_TYPE,
93 sendMessage(dataMap);
    [all...]
MainWearActivity.java 43 import com.google.android.gms.wearable.DataMap;
167 DataMap dataMap = new DataMap();
168 dataMap.putInt(Constants.KEY_COMM_TYPE,
170 sendMessage(dataMap);
348 DataMap dataMap = new DataMap();
349 dataMap.putInt(Constants.KEY_COMM_TYPE
    [all...]

Completed in 241 milliseconds

1 2 3 4 5 6 7 8 9