/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | EventRecurrenceTest.java | 40 /* String until */ null, in test0() 43 /* int[] bysecond */ null, in test0() 44 /* int[] byminute */ null, in test0() 45 /* int[] byhour */ null, in test0() 46 /* int[] byday */ null, in test0() 47 /* int[] bydayNum */ null, in test0() 48 /* int[] bymonthday */ null, in test0() 49 /* int[] byyearday */ null, in test0() 50 /* int[] byweekno */ null, in test0() 51 /* int[] bymonth */ null, in test0() [all …]
|
D | RecurrenceProcessorTest.java | 153 if (last != null && last.length() > 0) { in verifyRecurrence() 174 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly0() 186 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly1() 200 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly2() 216 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly3() 237 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly4() 259 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly5() 276 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly6() 292 null /* rdate */, null /* exrule */, null /* exdate */, in testMonthly7() 307 null /* exrule */, null /* exdate */, in testMonthly8() [all …]
|
D | RecurrenceSetTest.java | 44 "FREQ=DAILY;UNTIL=20080222T000000Z", null, in testRecurrenceSet0() 45 null, "20080222T120000Z", 1203595200000L, "America/New_York", "P43200S", 0, false); in testRecurrenceSet0() 47 new String[] {"FREQ=DAILY;UNTIL=20080222T000000Z"}, null, in testRecurrenceSet0() 48 null, new Long[] {1203681600000L}); in testRecurrenceSet0() 57 "FREQ=YEARLY;WKST=SU", null, null, null, 1250812800000L, "UTC", "P1D", 1, false); in testRecurrenceSet1() 59 new String[] {"FREQ=YEARLY;WKST=SU"}, null, null, null); in testRecurrenceSet1() 68 "FREQ=YEARLY;WKST=SU", null, null, null, 1250812800000L, "UTC", "P2D", 1, false); in testRecurrenceSet2() 70 new String[] {"FREQ=YEARLY;WKST=SU"}, null, null, null); in testRecurrenceSet2() 81 "FREQ=YEARLY;WKST=SU\nFREQ=MONTHLY;COUNT=3", null, in testRecurrenceSet3() 82 null, null, 1250812800000L, "UTC", "P2H", 1 /*allDay*/, false); in testRecurrenceSet3() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierRestrictionRulesTest.java | 62 allowedCarriers.add(new CarrierIdentifier(MCC1, MNC1, null, null, null, null)); in testBuilderAllowedAndExcludedCarriers() 63 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, null, null)); in testBuilderAllowedAndExcludedCarriers() 66 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderAllowedAndExcludedCarriers() 96 allowedCarriers.add(new CarrierIdentifier(MCC1_WILDCHAR, MNC1_WILDCHAR, null, null, in testBuilderWildCharacter() 97 null, null)); in testBuilderWildCharacter() 100 excludedCarriers.add(new CarrierIdentifier(MCC2_WILDCHAR, MNC2_WILDCHAR, null, null, in testBuilderWildCharacter() 101 GID1, null)); in testBuilderWildCharacter() 118 allowedCarriers.add(new CarrierIdentifier(MCC1, MNC1, null, null, null, null)); in testBuilderDefaultAllowed() 119 allowedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, null, null)); in testBuilderDefaultAllowed() 122 excludedCarriers.add(new CarrierIdentifier(MCC2, MNC2, null, null, GID1, null)); in testBuilderDefaultAllowed() [all …]
|
D | CarrierResolverTest.java | 110 mCarrierResolver.removeCallbacksAndMessages(null); in tearDown() 111 mCarrierResolver = null; in tearDown() 236 CarrierIdentifier identifier = new CarrierIdentifier(null, null, null, null, null, null); in testGetCarrierIdFromIdentifier() 240 identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), null, null, in testGetCarrierIdFromIdentifier() 241 null, null); in testGetCarrierIdFromIdentifier() 245 … identifier = new CarrierIdentifier(MCCMNC.substring(0, 3), MCCMNC.substring(3), SPN_FI, null, in testGetCarrierIdFromIdentifier() 246 null, null); in testGetCarrierIdFromIdentifier() 304 null, // gid1 in query() 305 null, // gid2 in query() 306 null, // plmn in query() [all …]
|
/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/ |
D | BookStyleStateTransitions.java | 78 /* setStickyKeepOuterUntil90Degrees */ null, in DEFAULT_STATE_TRANSITIONS.add() argument 88 /* setStickyKeepOuterUntil90Degrees */ null, in DEFAULT_STATE_TRANSITIONS.add() argument 89 /* setStickyKeepInnerUntil45Degrees */ null in DEFAULT_STATE_TRANSITIONS.add() 108 /* setStickyKeepOuterUntil90Degrees */ null, in DEFAULT_STATE_TRANSITIONS.add() argument 109 /* setStickyKeepInnerUntil45Degrees */ null in DEFAULT_STATE_TRANSITIONS.add() 118 /* setStickyKeepOuterUntil90Degrees */ null, in DEFAULT_STATE_TRANSITIONS.add() argument 128 /* setStickyKeepOuterUntil90Degrees */ null, in DEFAULT_STATE_TRANSITIONS.add() argument 129 /* setStickyKeepInnerUntil45Degrees */ null in DEFAULT_STATE_TRANSITIONS.add() 148 /* setStickyKeepOuterUntil90Degrees */ null, in DEFAULT_STATE_TRANSITIONS.add() argument 149 /* setStickyKeepInnerUntil45Degrees */ null in DEFAULT_STATE_TRANSITIONS.add() [all …]
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LogNullabilityTest.java | 35 Log.v(null, ""); in nullTag() 36 Log.d(null, ""); in nullTag() 37 Log.i(null, ""); in nullTag() 38 Log.w(null, ""); in nullTag() 39 Log.e(null, ""); in nullTag() 41 Log.wtf(null, ""); in nullTag() 42 Log.wtfStack(null, ""); in nullTag() 44 Log.println(Log.INFO, null, ""); in nullTag() 51 Log.v(null, "", new Throwable()); in nullTagWithThrowable() 52 Log.d(null, "", new Throwable()); in nullTagWithThrowable() [all …]
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | OmniFunction.java | 73 return invoke(o, o2, null, null, null, null, null, null, null, null, null); in apply() 82 invoke(o, o2, null, null, null, null, null, null, null, null, null); in accept() 87 invoke(null, null, null, null, null, null, null, null, null, null, null); in run() 92 return invoke(null, null, null, null, null, null, null, null, null, null, null); in get() 97 return (Boolean) invoke(o, o2, o3, o4, o5, null, null, null, null, null, null); in test() 102 return (Boolean) invoke(o, o2, o3, o4, null, null, null, null, null, null, null); in test() 107 return (Boolean) invoke(o, o2, o3, null, null, null, null, null, null, null, null); in test() 112 return (Boolean) invoke(o, o2, null, null, null, null, null, null, null, null, null); in test() 117 return (Boolean) invoke(o, null, null, null, null, null, null, null, null, null, null); in test() 127 return invoke(a, b, c, null, null, null, null, null, null, null, null); in apply() [all …]
|
D | PooledLambda.java | 180 function, 1, 0, ReturnType.VOID, arg1, null, null, null, null, null, null, null, in obtainRunnable() 181 null, null, null, null); in obtainRunnable() 211 function, 1, 0, ReturnType.VOID, arg1, null, null, null, null, null, null, null, in obtainMessage() 212 null, null, null, null); in obtainMessage() 231 function, 2, 0, ReturnType.VOID, arg1, arg2, null, null, null, null, null, null, in obtainRunnable() 232 null, null, null, null); in obtainRunnable() 249 function, 2, 1, ReturnType.BOOLEAN, arg1, arg2, null, null, null, null, null, null, in obtainPredicate() 250 null, null, null, null); in obtainPredicate() 268 function, 3, 1, ReturnType.BOOLEAN, arg1, arg2, arg3, null, null, null, null, null, in obtainPredicate() 269 null, null, null, null); in obtainPredicate() [all …]
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ResourcesManagerTest.java | 124 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testMultipleCallsWithIdenticalParametersCacheReference() 125 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithIdenticalParametersCacheReference() 129 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testMultipleCallsWithIdenticalParametersCacheReference() 130 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithIdenticalParametersCacheReference() 139 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 140 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 146 null, APP_ONE_RES_DIR, null, null, null, null, null, overrideConfig, in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 147 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testMultipleCallsWithDifferentParametersReturnDifferentReferences() 156 null, APP_ONE_RES_DIR, null, null, null, null, null, null, in testAddingASplitCreatesANewImpl() 157 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null, null); in testAddingASplitCreatesANewImpl() [all …]
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityStartInterceptorTest.java | 143 TEST_START_FLAGS, TEST_CALLING_PACKAGE, null); in setUp() 170 .thenReturn(null); in setUp() 202 assertTrue(mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null)); in testSuspendedByAdminPackage() 213 assertTrue(mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null)); in testSuspendedPackage() 245 assertTrue(mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null)); in testInterceptLockTaskModeViolationPackage() 257 assertTrue(mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null)); in testInterceptQuietProfile() 271 assertTrue(mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null)); in testInterceptQuietProfileWhenPackageSuspended() 284 mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null); in testLockedManagedProfile() 300 mInterceptor.intercept(originalIntent, null, mAInfo, null, null, null, 0, 0, null, null); in testLockedManagedProfileShowWhenLocked() 316 mInterceptor.intercept(null, null, mAInfo, null, null, null, 0, 0, null, null); in testLockedManagedProfileShowWhenLockedEncryptedStorage() [all …]
|
D | InsetsStateControllerTest.java | 68 InsetsSource.createId(null /* owner */, 0 /* index */, statusBars()); 70 InsetsSource.createId(null /* owner */, 0 /* index */, navigationBars()); 72 InsetsSource.createId(null /* owner */, 1 /* index */, statusBars()); 74 InsetsSource.createId(null /* owner */, 1 /* index */, navigationBars()); 78 final WindowState navBar = createWindow(null, TYPE_APPLICATION, "navBar"); in testStripForDispatch_navBar() 79 final WindowState statusBar = createWindow(null, TYPE_APPLICATION, "statusBar"); in testStripForDispatch_navBar() 80 final WindowState ime = createWindow(null, TYPE_APPLICATION, "ime"); in testStripForDispatch_navBar() 86 .setWindowContainer(statusBar, null, null); in testStripForDispatch_navBar() 88 .setWindowContainer(navBar, null, null); in testStripForDispatch_navBar() 90 .setWindowContainer(ime, null, null); in testStripForDispatch_navBar() [all …]
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | QuickSelectTest.java | 37 test((List<Integer>) null, 0, null); in testQuickSelect() local 38 test(Arrays.asList(), -1, null); in testQuickSelect() local 39 test(Arrays.asList(), 0, null); in testQuickSelect() local 40 test(Arrays.asList(), 1, null); in testQuickSelect() local 41 test(Arrays.asList(1), -1, 1, 0, null); in testQuickSelect() 42 test(Arrays.asList(1), 1, -1, 0, null); in testQuickSelect() 43 test(Arrays.asList(1), 0, 1, -1, null); in testQuickSelect() 44 test(Arrays.asList(1), 1, 1, 0, null); in testQuickSelect() 46 test(Arrays.asList(1), 1, null); in testQuickSelect() 52 test(Arrays.asList(1, 2, 3, 4, 5), 5, null); in testQuickSelect() [all …]
|
/frameworks/base/core/java/android/app/ |
D | ActivityTransitionState.java | 115 if (mExitTransitionCoordinators == null) { in addExitTransitionCoordinator() 123 if (oldRef.refersTo(null)) { in addExitTransitionCoordinator() 133 if (bundle != null) { in readState() 134 if (mEnterTransitionCoordinator == null || mEnterTransitionCoordinator.isReturning()) { in readState() 137 if (mEnterTransitionCoordinator == null) { in readState() 149 if (mPendingExitNames == null in getPendingExitNames() 150 && mEnterTransitionCoordinator != null in getPendingExitNames() 160 if (pendingExitNames != null) { in saveState() 163 if (mExitingFrom != null) { in saveState() 171 if (window == null) { in setEnterSceneTransitionInfo() [all …]
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
D | PropertyNodesVerifierElem.java | 63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null); in addExpectedNodeWithOrder() 68 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder() 69 null, contentValues, null, null); in addExpectedNodeWithOrder() 74 return addExpectedNodeWithOrder(propName, null, propValueList, in addExpectedNodeWithOrder() 75 null, contentValues, null, null); in addExpectedNodeWithOrder() 80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null, in addExpectedNodeWithOrder() 81 null, null, null); in addExpectedNodeWithOrder() 88 null, null, null, null); in addExpectedNodeWithOrder() 93 return addExpectedNodeWithOrder(propName, propValue, null, in addExpectedNodeWithOrder() 94 null, null, paramMap_TYPE, null); in addExpectedNodeWithOrder() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/ |
D | EuiccRulesAuthTableTest.java | 35 CarrierIdentifier opA = new CarrierIdentifier(new byte[] {0x21, 0x63, 0x54}, null, "4"); in testFindIndex() 36 CarrierIdentifier opB = new CarrierIdentifier(new byte[] {0x21, 0x69, 0x54}, "4", null); in testFindIndex() 52 null), in testFindIndex() 55 new byte[] {0x21, 0x63, 0x54}, null, "4") in testFindIndex() 63 new byte[] {0x21, 0x63, 0x54}, null, "5"), in testFindIndex() 66 new byte[] {0x21, 0x6E, 0x54}, null, null) in testFindIndex() 75 new byte[] {0x21, 0x69, 0x54}, "5", null), in testFindIndex() 78 new byte[] {0x21, 0x6E, 0x54}, "4", null), in testFindIndex() 81 new byte[] {0x21, 0x6E, 0x54}, null, "4") in testFindIndex() 98 CarrierIdentifier opA = new CarrierIdentifier(new byte[] {0x21, 0x63, 0x54}, null, "4"); in testFindIndex_AllowAllWithUserConsent() [all …]
|
/frameworks/base/core/java/android/hardware/usb/ |
D | DeviceFilter.java | 87 mInterfaceName = null; in DeviceFilter() 109 String manufacturerName = null; in read() 110 String productName = null; in read() 111 String serialNumber = null; in read() 112 String interfaceName = null; in read() 129 if (value != null && value.length() > 2 && value.charAt(0) == '0' && in read() 160 serializer.startTag(null, "usb-device"); in write() 162 serializer.attribute(null, "vendor-id", Integer.toString(mVendorId)); in write() 165 serializer.attribute(null, "product-id", Integer.toString(mProductId)); in write() 168 serializer.attribute(null, "class", Integer.toString(mClass)); in write() [all …]
|
/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
D | AppWidgetXmlUtil.java | 77 out.attributeInt(null, ATTR_MIN_WIDTH, info.minWidth); in writeAppWidgetProviderInfoLocked() 78 out.attributeInt(null, ATTR_MIN_HEIGHT, info.minHeight); in writeAppWidgetProviderInfoLocked() 79 out.attributeInt(null, ATTR_MIN_RESIZE_WIDTH, info.minResizeWidth); in writeAppWidgetProviderInfoLocked() 80 out.attributeInt(null, ATTR_MIN_RESIZE_HEIGHT, info.minResizeHeight); in writeAppWidgetProviderInfoLocked() 81 out.attributeInt(null, ATTR_MAX_RESIZE_WIDTH, info.maxResizeWidth); in writeAppWidgetProviderInfoLocked() 82 out.attributeInt(null, ATTR_MAX_RESIZE_HEIGHT, info.maxResizeHeight); in writeAppWidgetProviderInfoLocked() 83 out.attributeInt(null, ATTR_TARGET_CELL_WIDTH, info.targetCellWidth); in writeAppWidgetProviderInfoLocked() 84 out.attributeInt(null, ATTR_TARGET_CELL_HEIGHT, info.targetCellHeight); in writeAppWidgetProviderInfoLocked() 85 out.attributeInt(null, ATTR_UPDATE_PERIOD_MILLIS, info.updatePeriodMillis); in writeAppWidgetProviderInfoLocked() 86 out.attributeInt(null, ATTR_INITIAL_LAYOUT, info.initialLayout); in writeAppWidgetProviderInfoLocked() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | BroadcastHelper.java | 129 if (am == null) return; in sendPackageBroadcast() 131 if (userIds == null) { in sendPackageBroadcast() 144 instantUserIds, true /* isInstantApp */, null, in sendPackageBroadcast() 145 null /* filterExtrasForReceiver */, bOptions); in sendPackageBroadcast() 172 pkg != null ? Uri.fromParts(PACKAGE_SCHEME, pkg, null) : null); in doSendBroadcast() 173 if (extras != null) { in doSendBroadcast() 176 if (targetPkg != null) { in doSendBroadcast() 185 if (broadcastAllowList != null && PLATFORM_PACKAGE_NAME.equals(targetPkg)) { in doSendBroadcast() 202 isInstantApp ? INSTANT_APP_BROADCAST_PERMISSION : null; in broadcastIntent() 212 broadcastAllowList == null ? null : broadcastAllowList.get(userId), in broadcastIntent() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | WindowInsetsTest.java | 42 assertTrue(new WindowInsets(WindowInsets.createCompatTypeMap(new Rect(1, 2, 3, 4)), null, in systemWindowInsets_afterConsuming_isConsumed() 43 null, false, 0, 0, null, null, null, null, in systemWindowInsets_afterConsuming_isConsumed() 44 WindowInsets.Type.systemBars(), false, null, null, 0, 0) in systemWindowInsets_afterConsuming_isConsumed() 50 assertTrue(new WindowInsets(null, null, null, false, 0, 0, null, null, null, null, in multiNullConstructor_isConsumed() 51 WindowInsets.Type.systemBars(), false, null, null, 0, 0).isConsumed()); in multiNullConstructor_isConsumed() 56 assertTrue(new WindowInsets((Rect) null).isConsumed()); in singleNullConstructor_isConsumed() 67 0, null, null, null, DisplayShape.NONE, systemBars(), in compatInsets_layoutStable() 68 true /* compatIgnoreVisibility */, null, null, 0, 0); in compatInsets_layoutStable()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | ApplicationContext.java | 71 if (context != null) { in getAssets() 74 return null; in getAssets() 80 if (context != null) { in getResources() 83 return null; in getResources() 89 if (context != null) { in getPackageManager() 92 return null; in getPackageManager() 98 if (context != null) { in getContentResolver() 101 return null; in getContentResolver() 107 if (context != null) { in getMainLooper() 110 return null; in getMainLooper() [all …]
|
/frameworks/base/core/java/android/os/ |
D | MessageQueue.java | 118 return mMessages == null || now < mMessages.when; in isIdle() 133 if (handler == null) { in addIdleHandler() 206 if (fd == null) { in addOnFileDescriptorEventListener() 209 if (listener == null) { in addOnFileDescriptorEventListener() 232 if (fd == null) { in removeOnFileDescriptorEventListener() 237 updateOnFileDescriptorEventListenerLocked(fd, 0, null); in removeOnFileDescriptorEventListener() 247 FileDescriptorRecord record = null; in updateOnFileDescriptorEventListenerLocked() 248 if (mFileDescriptorRecords != null) { in updateOnFileDescriptorEventListenerLocked() 252 if (record != null && record.mEvents == events) { in updateOnFileDescriptorEventListenerLocked() 260 if (record == null) { in updateOnFileDescriptorEventListenerLocked() [all …]
|
/frameworks/libs/systemui/monet/src/com/android/systemui/monet/ |
D | CustomDynamicColors.java | 40 /* background= */ null, in widgetBackground() 41 /* secondBackground= */ null, in widgetBackground() 42 /* contrastCurve= */ null, in widgetBackground() 43 /* toneDeltaPair= */ null); in widgetBackground() 53 /* secondBackground= */ null, in clockHour() 67 /* secondBackground= */ null, in clockMinute() 69 /* toneDeltaPair= */ null); in clockMinute() 79 /* secondBackground= */ null, in clockSecond() 81 /* toneDeltaPair= */ null); in clockSecond() 91 /* secondBackground= */ null, in weatherTemp() [all …]
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | OwnersData.java | 140 ComponentName admin = profileOwner != null ? profileOwner.admin : null; in load() 141 if (mDeviceOwner != null && admin != null) { in load() 169 if (mDeviceOwner != null) { in dump() 177 if (mSystemUpdatePolicy != null) { in dump() 184 if (mProfileOwners != null) { in dump() 196 if (mSystemUpdateInfo != null) { in dump() 203 if (mSystemUpdateFreezeStart != null || mSystemUpdateFreezeEnd != null) { in dump() 216 if (mSystemUpdateFreezeStart != null) { in getSystemUpdateFreezePeriodRecordAsString() 222 if (mSystemUpdateFreezeEnd != null) { in getSystemUpdateFreezePeriodRecordAsString() 270 FileOutputStream outputStream = null; in writeToFileLocked() [all …]
|
D | DevicePolicyData.java | 138 if (mPermissionBasedAdmin == null) { in createOrGetPermissionBasedAdmin() 185 PersistableBundle mInitBundle = null; 211 FileOutputStream stream = null; in store() 212 File chooseForWrite = null; in store() 220 out.startDocument(null, true); in store() 222 out.startTag(null, "policies"); in store() 223 if (policyData.mRestrictionsProvider != null) { in store() 224 out.attribute(null, ATTR_PERMISSION_PROVIDER, in store() 229 out.attributeBoolean(null, ATTR_SETUP_COMPLETE, true); in store() 232 out.attributeBoolean(null, ATTR_DEVICE_PAIRED, true); in store() [all …]
|