Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 20 of 20) sorted by relevance

/system/tools/xsdc/tests/
Dtests.cpp156 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/
DIKeystoreMaintenance.aidl90 UserState getState(in int userId); in getState() method
/system/bt/binder/android/bluetooth/
DIBluetoothMap.aidl29 int getState(in AttributionSource attributionSource); in getState() method
DIBluetoothSap.aidl29 int getState(in AttributionSource attributionSource); in getState() method
DIBluetoothManager.aidl48 int getState(); in getState() method
DIBluetooth.aidl42 int getState(); in getState() method
/system/tools/xsdc/tests/resources/group/api/
Dcurrent.txt8 method public String getState();
/system/tools/xsdc/tests/resources/attr_group_simple/api/
Dcurrent.txt10 method public String getState();
/system/bt/service/doc/
DIBluetooth.txt24 * is equivalent to "getState() == ADAPTER_STATE_ON".
37 int getState();
/system/tools/xsdc/tests/resources/purchase_simple/api/
Dcurrent.txt18 method public String getState();
/system/security/keystore/
Duser_state.h56 State getState() const { return mState; } in getState() function
Duser_state.cpp101 if ((*src)->getState() != STATE_NO_ERROR) { in copyMasterKey()
/system/vold/model/
DVolumeBase.h88 State getState() const { return mState; } in getState() function
/system/tools/xsdc/tests/resources/nested_type/api/
Dcurrent.txt20 method public String getState();
/system/vold/
DVolumeManager.cpp391 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()
DIdleMaint.cpp99 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) { in addFromVolumeManager()
DVoldNativeService.cpp328 if (vol->getState() != VolumeBase::State::kMounted) { in pathForVolId()
/system/chre/java/test/audio_concurrency/src/com/google/android/chre/test/audioconcurrency/
DContextHubAudioConcurrencyTestExecutor.java190 record.getState() == AudioRecord.STATE_INITIALIZED); in recordAudio()
/system/tools/xsdc/tests/resources/simple_complex_content/api/
Dcurrent.txt65 method public String getState();
/system/security/keystore2/src/
Dmaintenance.rs289 fn getState(&self, user_id: i32) -> BinderResult<AidlUserState> { in getState() method