/system/tools/xsdc/tests/ |
D | tests.cpp | 156 EXPECT_EQ(address.getState(), "Mountain View"); in TEST_F() 174 EXPECT_EQ(orderType.getShipTo()[0].getState(), "state1"); in TEST_F() 180 EXPECT_EQ(orderType.getShipTo()[1].getState(), "state2"); in TEST_F() 187 EXPECT_EQ(orderType.getBillTo()[0].getState(), "billState"); in TEST_F() 201 EXPECT_EQ(orderType.getShipTo()[0].getState(), orderType2.getShipTo()[0].getState()); in TEST_F() 207 EXPECT_EQ(orderType.getShipTo()[1].getState(), orderType2.getShipTo()[1].getState()); in TEST_F() 214 EXPECT_EQ(orderType.getBillTo()[0].getState(), orderType2.getBillTo()[0].getState()); in TEST_F() 243 EXPECT_EQ(uSAddressP.getState(), "Washington"); in TEST_F() 262 EXPECT_EQ(student.getState(), "CA"); in TEST_F() 277 EXPECT_EQ(student.getState(), "CA"); in TEST_F()
|
/system/security/keystore2/aidl/android/security/maintenance/ |
D | IKeystoreMaintenance.aidl | 90 UserState getState(in int userId); in getState() method
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothMap.aidl | 29 int getState(in AttributionSource attributionSource); in getState() method
|
D | IBluetoothSap.aidl | 29 int getState(in AttributionSource attributionSource); in getState() method
|
D | IBluetoothManager.aidl | 48 int getState(); in getState() method
|
D | IBluetooth.aidl | 42 int getState(); in getState() method
|
/system/tools/xsdc/tests/resources/group/api/ |
D | current.txt | 8 method public String getState();
|
/system/tools/xsdc/tests/resources/attr_group_simple/api/ |
D | current.txt | 10 method public String getState();
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 24 * is equivalent to "getState() == ADAPTER_STATE_ON". 37 int getState();
|
/system/tools/xsdc/tests/resources/purchase_simple/api/ |
D | current.txt | 18 method public String getState();
|
/system/security/keystore/ |
D | user_state.h | 56 State getState() const { return mState; } in getState() function
|
D | user_state.cpp | 101 if ((*src)->getState() != STATE_NO_ERROR) { in copyMasterKey()
|
/system/vold/model/ |
D | VolumeBase.h | 88 State getState() const { return mState; } in getState() function
|
/system/tools/xsdc/tests/resources/nested_type/api/ |
D | current.txt | 20 method public String getState();
|
/system/vold/ |
D | VolumeManager.cpp | 391 if (pvol->getState() == VolumeBase::State::kMounted) { in destroyEmulatedVolumesForUser() 418 if (pvol->getState() == VolumeBase::State::kMounted) { in createEmulatedVolumesForUser() 876 if (vol->getMountUserId() == userId && vol->getState() == VolumeBase::State::kMounted) { in handleAppStorageDirs() 1001 if (vol.getState() != VolumeBase::State::kMounted) { in setupAppDir() 1076 if (vol.getState() != VolumeBase::State::kMounted) { in createObb()
|
D | IdleMaint.cpp | 99 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) { in addFromVolumeManager()
|
D | VoldNativeService.cpp | 328 if (vol->getState() != VolumeBase::State::kMounted) { in pathForVolId()
|
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/ |
D | ContextHubAudioConcurrencyTestExecutor.java | 190 record.getState() == AudioRecord.STATE_INITIALIZED); in recordAudio()
|
/system/tools/xsdc/tests/resources/simple_complex_content/api/ |
D | current.txt | 65 method public String getState();
|
/system/security/keystore2/src/ |
D | maintenance.rs | 289 fn getState(&self, user_id: i32) -> BinderResult<AidlUserState> { in getState() method
|