OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBooleanPref
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/devicepolicy/app/TransferOwnerIncomingApp/src/com/android/cts/transferowner/
DeviceAndProfileOwnerTransferIncomingTest.java
68
assertTrue(
getBooleanPref
(mContext, KEY_TRANSFER_COMPLETED_CALLED));
108
protected static boolean
getBooleanPref
(Context context, String key) {
/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/src/com/android/cts/transferowner/
TransferDeviceOwnerOutgoingTest.java
71
assertTrue(
getBooleanPref
(mContext, KEY_TRANSFER_AFFILIATED_PROFILE_COMPLETED_CALLED));
DeviceAndProfileOwnerTransferOutgoingTest.java
210
protected static boolean
getBooleanPref
(Context context, String key) {
Completed in 740 milliseconds