/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/ |
D | QnsComponentsTest.java | 19 import static org.junit.Assert.assertNotNull; 58 assertNotNull(qnsComponents.getQnsTelephonyListener(slotId)); in testCreateQnsComponents() 59 assertNotNull(qnsComponents.getQnsImsManager(slotId)); in testCreateQnsComponents() 60 assertNotNull(qnsComponents.getCellularNetworkStatusTracker(slotId)); in testCreateQnsComponents() 61 assertNotNull(qnsComponents.getCellularQualityMonitor(slotId)); in testCreateQnsComponents() 62 assertNotNull(qnsComponents.getQnsProvisioningListener(slotId)); in testCreateQnsComponents() 63 assertNotNull(qnsComponents.getQnsEventDispatcher(slotId)); in testCreateQnsComponents() 64 assertNotNull(qnsComponents.getQnsCarrierConfigManager(slotId)); in testCreateQnsComponents() 65 assertNotNull(qnsComponents.getQnsCallStatusTracker(slotId)); in testCreateQnsComponents() 66 assertNotNull(qnsComponents.getWifiBackhaulMonitor(slotId)); in testCreateQnsComponents() [all …]
|
D | QnsProvisioningListenerTest.java | 115 assertNotNull(msg); in testRegisterProvisioningItemInfoChanged() 117 assertNotNull(msg.obj); in testRegisterProvisioningItemInfoChanged() 119 assertNotNull(result); in testRegisterProvisioningItemInfoChanged() 122 assertNotNull(info); in testRegisterProvisioningItemInfoChanged() 130 assertNotNull(msg); in testRegisterProvisioningItemInfoChanged() 132 assertNotNull(msg.obj); in testRegisterProvisioningItemInfoChanged() 134 assertNotNull(result); in testRegisterProvisioningItemInfoChanged() 136 assertNotNull(info); in testRegisterProvisioningItemInfoChanged() 157 assertNotNull(msg); in testUnregisterProvisioningItemInfoChanged() 191 assertNotNull(msg); in testQnsProvisioningInfo() [all …]
|
D | QnsCallStatusTrackerTest.java | 24 import static org.junit.Assert.assertNotNull; 155 assertNotNull(msg); in testForVoiceCallTypeChangedScenarios() 157 assertNotNull(result.mResult); in testForVoiceCallTypeChangedScenarios() 177 assertNotNull(msg); in testForVoiceCallTypeChangedScenarios() 179 assertNotNull(result.mResult); in testForVoiceCallTypeChangedScenarios() 195 assertNotNull(msg); in testForEmergencyCallTypeChangedScenarios() 197 assertNotNull(result.mResult); in testForEmergencyCallTypeChangedScenarios() 224 assertNotNull(msg); in testForEmergencyCallTypeChangedScenarios() 227 assertNotNull(result.mResult); in testForEmergencyCallTypeChangedScenarios() 239 assertNotNull(msg); in testForEmergencyCallTypeChangedScenarios() [all …]
|
/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/layout/tests/ |
D | ScaledLayoutTest.java | 20 import static junit.framework.Assert.assertNotNull; 54 assertNotNull(activity); in testScaledLayout_layoutInXml() 56 assertNotNull(rootLayout); in testScaledLayout_layoutInXml() 58 assertNotNull(scaledLayout); in testScaledLayout_layoutInXml() 60 assertNotNull(view1); in testScaledLayout_layoutInXml() 62 assertNotNull(view2); in testScaledLayout_layoutInXml() 64 assertNotNull(view3); in testScaledLayout_layoutInXml() 66 assertNotNull(view4); in testScaledLayout_layoutInXml() 88 assertNotNull(activity); in testScaledLayout_layoutThroughCode() 90 assertNotNull(rootLayout); in testScaledLayout_layoutThroughCode() [all …]
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiWakeMetricsTest.java | 21 import static junit.framework.Assert.assertNotNull; 45 assertNotNull(wifiWakeStats); in buildsEmptyProto() 64 assertNotNull(wifiWakeStats); in buildsMultiSessionProto_fewerThanMax() 82 assertNotNull(wifiWakeStats); in buildsMultiSessionProto_greaterThanMax() 90 assertNotNull(session); in buildsMultiSessionProto_greaterThanMax() 110 assertNotNull(wifiWakeStats); in buildProtoCountsWakes() 125 assertNotNull(wifiWakeStats); in buildProtoDoesNotCountWakeInCurrentSession() 138 assertNotNull(wifiWakeStats); in buildProtoCountsIgnoredStarts() 150 assertNotNull(wifiWakeStats); in buildProtoDoesNotIncludeCurrentSession() 163 assertNotNull(wifiWakeStats); in ignoresEventsIfStartNotCalled() [all …]
|
/packages/apps/Traceur/uitests/src/com/android/traceur/uitest/ |
D | TraceurAppTests.java | 19 import static org.junit.Assert.assertNotNull; 142 assertNotNull(title + " element not found.", findObjectOnMainScreenByText(title)); in testElementsOnMainScreen() 156 assertNotNull("Record trace switch not found.", recordTraceSwitch); in testSuccessfulTracing() 165 assertNotNull("Record trace switch not found.", recordTraceSwitch); in testSuccessfulTracing() 186 assertNotNull("Collect Winscope traces switch not found.", collectWinscopeTracesSwitch); in testSuccessfulWinscopeTracing() 190 assertNotNull("Record trace switch not found.", recordTraceSwitch); in testSuccessfulWinscopeTracing() 199 assertNotNull("Record trace switch not found.", recordTraceSwitch); in testSuccessfulWinscopeTracing() 219 assertNotNull("Record CPU profile switch not found.", recordCpuProfileSwitch); in testSuccessfulCpuProfiling() 229 assertNotNull("Record CPU profile switch not found.", recordCpuProfileSwitch); in testSuccessfulCpuProfiling() 247 assertNotNull("List of categories not found.", categories); in testTraceCategoriesExist() [all …]
|
/packages/apps/Contacts/tests/src/com/android/contacts/model/account/ |
D | ExternalAccountTypeTest.java | 108 assertNotNull(type.getKindForMimetype(StructuredName.CONTENT_ITEM_TYPE)); in testEditSchema() 109 assertNotNull(type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_NAME)); in testEditSchema() 110 assertNotNull(type.getKindForMimetype(DataKind.PSEUDO_MIME_TYPE_PHONETIC_NAME)); in testEditSchema() 111 assertNotNull(type.getKindForMimetype(Email.CONTENT_ITEM_TYPE)); in testEditSchema() 112 assertNotNull(type.getKindForMimetype(StructuredPostal.CONTENT_ITEM_TYPE)); in testEditSchema() 113 assertNotNull(type.getKindForMimetype(Im.CONTENT_ITEM_TYPE)); in testEditSchema() 114 assertNotNull(type.getKindForMimetype(Organization.CONTENT_ITEM_TYPE)); in testEditSchema() 115 assertNotNull(type.getKindForMimetype(Photo.CONTENT_ITEM_TYPE)); in testEditSchema() 116 assertNotNull(type.getKindForMimetype(Note.CONTENT_ITEM_TYPE)); in testEditSchema() 117 assertNotNull(type.getKindForMimetype(Website.CONTENT_ITEM_TYPE)); in testEditSchema() [all …]
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | NotificationListenerCheckTest.java | 25 import static org.junit.Assert.assertNotNull; 111 eventually(() -> assertNotNull("Expected notification, none found", getNotification(false)), in notificationIsShown() 118 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownOnlyOnce() 128 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterClear() 137 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterClear() 144 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall() 156 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall() 164 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener() 175 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener() 182 eventually(() -> assertNotNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() [all …]
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | DomainUtilsTest.java | 21 import static org.junit.Assert.assertNotNull; 78 assertNotNull(buffer); in testEncodeValidDomainNamesWithoutCompression() 88 assertNotNull(buffer); in testEncodeValidDomainNamesWithoutCompression() 99 assertNotNull(buffer); in testEncodeValidDomainNamesWithoutCompression() 117 assertNotNull(buffer); in testEncodeValidDomainNamesWithCompression() 126 assertNotNull(buffer); in testEncodeValidDomainNamesWithCompression() 135 assertNotNull(buffer); in testEncodeValidDomainNamesWithCompression() 143 assertNotNull(buffer); in testEncodeValidDomainNamesWithCompression() 150 assertNotNull(buffer); in testEncodeValidDomainNamesWithCompression() 159 assertNotNull(buffer); in testEncodeValidDomainNamesWithCompression() [all …]
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarDrivingRestrictionsTest.java | 20 import static org.junit.Assert.assertNotNull; 140 assertNotNull(drivingEvent); in testDrivingStateChange() 153 assertNotNull(drivingEvent); in testDrivingStateChange() 161 assertNotNull(drivingEvent); in testDrivingStateChange() 164 assertNotNull(restrictions); in testDrivingStateChange() 173 assertNotNull(drivingEvent); in testDrivingStateChange() 176 assertNotNull(restrictions); in testDrivingStateChange() 189 assertNotNull(drivingEvent); in testDrivingStateChange() 192 assertNotNull(restrictions); in testDrivingStateChange() 217 assertNotNull(drivingEvent); in testDrivingStateChangeForMalformedInputs() [all …]
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/ |
D | TaplOpenCloseAllAppsTest.java | 21 import static org.junit.Assert.assertNotNull; 70 assertNotNull("switchToAllApps() returned null", in testWorkspaceSwitchToAllApps() 82 assertNotNull("switchToWorkspace() returned null", in testAllAppsSwitchToWorkspace() 96 assertNotNull("testAllAppsSwipeUpToWorkspace() returned null", in testAllAppsSwipeUpToWorkspace() 125 assertNotNull("switchToAllApps() returned null", in testAllAppsFromHome() 133 assertNotNull("pressHome returned null", mLauncher.goHome()); in testAllAppsFromHome() 136 assertNotNull("getHome returned null", mLauncher.getWorkspace()); in testAllAppsFromHome() 145 assertNotNull("allApps parameter is null", allApps); in runAllAppsTest() 175 assertNotNull("All apps: can't find YouTube", allApps.getAppIcon("ZZZ")); in runAllAppsTest() 177 assertNotNull("All apps: can't find Camera", allApps.getAppIcon("AAA")); in runAllAppsTest()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsRecordTests.java | 26 import static org.junit.Assert.assertNotNull; 65 assertNotNull(dataIn); in testInet4AddressRecord() 73 assertNotNull(name); in testInet4AddressRecord() 99 assertNotNull(dataIn); in testTypeAAAInet6AddressRecord() 109 assertNotNull(name); in testTypeAAAInet6AddressRecord() 136 assertNotNull(dataIn); in testTypeAAAInet4AddressRecord() 146 assertNotNull(name); in testTypeAAAInet4AddressRecord() 165 assertNotNull(expectedDataIn); in testTypeAAAInet4AddressRecord() 178 assertNotNull(dataIn); in testPointerRecord() 186 assertNotNull(name); in testPointerRecord() [all …]
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | RtNetlinkNeighborMessageTest.java | 26 import static org.junit.Assert.assertNotNull; 82 assertNotNull(msg); in testParseRtmDelNeigh() 87 assertNotNull(hdr); in testParseRtmDelNeigh() 95 assertNotNull(ndmsgHdr); in testParseRtmDelNeigh() 100 assertNotNull(destination); in testParseRtmDelNeigh() 109 assertNotNull(msg); in testParseRtmNewNeigh() 114 assertNotNull(hdr); in testParseRtmNewNeigh() 122 assertNotNull(ndmsgHdr); in testParseRtmNewNeigh() 127 assertNotNull(destination); in testParseRtmNewNeigh() 139 assertNotNull(msg); in testParseRtmGetNeighResponse() [all …]
|
D | RtNetlinkRouteMessageTest.java | 24 import static org.junit.Assert.assertNotNull; 71 assertNotNull(hdr); in assertRtmRouteMessage() 79 assertNotNull(rtmsg); in assertRtmRouteMessage() 94 assertNotNull(routeMsg.getRtaCacheInfo()); in assertRtmRouteMessage() 103 assertNotNull(msg); in testParseRtmRouteMessage() 123 assertNotNull(msg); in testPackRtmNewRoute() 155 assertNotNull(msg); in testParseRtmNewRoute_MulticastIpv6() 159 assertNotNull(hdr); in testParseRtmNewRoute_MulticastIpv6() 164 assertNotNull(rtmsg); in testParseRtmNewRoute_MulticastIpv6() 264 assertNotNull(msg); in testParseMultipleRtmMessagesInOneByteBuffer() [all …]
|
D | NetlinkUtilsTest.java | 32 import static org.junit.Assert.assertNotNull; 77 assertNotNull(req); in testGetNeighborsQuery() 116 assertNotNull(msg); in testGetNeighborsQuery() 118 assertNotNull(hdr); in testGetNeighborsQuery() 132 assertNotNull(req); in testBasicWorkingGetAddrQuery() 147 assertNotNull(msg); in testBasicWorkingGetAddrQuery() 149 assertNotNull(nlmsghdr); in testBasicWorkingGetAddrQuery() 161 assertNotNull(ipAddress); in testBasicWorkingGetAddrQuery() 205 assertNotNull(route); in testGetIpv6MulticastRoutes_doesNotThrow() 208 assertNotNull("Route doesn't contain source: " + route, route.getSource()); in testGetIpv6MulticastRoutes_doesNotThrow() [all …]
|
D | RtNetlinkLinkMessageTest.java | 24 import static org.junit.Assert.assertNotNull; 67 assertNotNull(msg); in testParseRtmNewLink() 72 assertNotNull(hdr); in testParseRtmNewLink() 80 assertNotNull(ifinfomsgHdr); in testParseRtmNewLink() 119 assertNotNull(msg); in testParseRtmNewLink_utf8Ifname() 138 assertNotNull(msg); in testPackRtmNewLink() 163 assertNotNull(msg); in testTruncatedRtmNewLink() 178 assertNotNull(msg); in testToString()
|
/packages/modules/OnDevicePersonalization/tests/cts/endtoend/src/com/android/ondevicepersonalization/cts/e2e/ |
D | CtsOdpManagerTests.java | 20 import static org.junit.Assert.assertNotNull; 123 assertNotNull(manager); in testExecuteThrowsIfComponentNameMissing() 139 assertNotNull(manager); in testExecuteThrowsIfParamsMissing() 155 assertNotNull(manager); in testExecuteThrowsIfExecutorMissing() 171 assertNotNull(manager); in testExecuteThrowsIfReceiverMissing() 187 assertNotNull(manager); in testExecuteThrowsIfPackageNameMissing() 203 assertNotNull(manager); in testExecuteThrowsIfClassNameMissing() 219 assertNotNull(manager); in testExecuteReturnsIllegalStateIfServiceNotEnrolled() 234 assertNotNull(manager); in testExecuteReturnsNameNotFoundIfServiceNotInstalled() 250 assertNotNull(manager); in testExecuteReturnsClassNotFoundIfServiceClassNotFound() [all …]
|
/packages/modules/AdServices/adservices/apk/tests/util/java/com/android/adservices/ui/util/ |
D | SettingsTestUtil.java | 51 assertNotNull(appButton, R.string.settingsUI_apps_ga_title); in settingsRemoveMainToggleAndMeasurementEntryTestUtil() 54 assertNotNull(topicsButton, R.string.settingsUI_topics_ga_title); in settingsRemoveMainToggleAndMeasurementEntryTestUtil() 62 assertNotNull(measurementSwitch, R.string.settingsUI_measurement_switch_title); in settingsRemoveMainToggleAndMeasurementEntryTestUtil() 66 assertNotNull(appButton, R.string.settingsUI_apps_ga_title); in settingsRemoveMainToggleAndMeasurementEntryTestUtil() 74 assertNotNull(appButton, R.string.settingsUI_measurement_view_title); in settingsRemoveMainToggleAndMeasurementEntryTestRvcUxUtil() 82 assertNotNull(measurementSwitch, R.string.settingsUI_measurement_switch_title); in settingsRemoveMainToggleAndMeasurementEntryTestRvcUxUtil() 86 assertNotNull(appButton, R.string.settingsUI_measurement_view_title); in settingsRemoveMainToggleAndMeasurementEntryTestRvcUxUtil() 100 assertNotNull(resetButton, R.string.settingsUI_measurement_view_reset_title); in measurementDialogTestUtil() 106 assertNotNull(resetButton, R.string.settingsUI_measurement_view_reset_title); in measurementDialogTestUtil() 257 assertNotNull(dialogOptOutTitle, R.string.settingsUI_dialog_topics_opt_out_title); in topicsToggleDialogTestUtil() [all …]
|
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/ |
D | DataAccessServiceImplTest.java | 27 import static org.junit.Assert.assertNotNull; 147 assertNotNull(mResult); in testRemoteDataLookup() 150 assertNotNull(data); in testRemoteDataLookup() 151 assertNotNull(data.getByteArray()); in testRemoteDataLookup() 171 assertNotNull(mResult); in testRemoteDataLookupWithOverride() 174 assertNotNull(data); in testRemoteDataLookupWithOverride() 188 assertNotNull(mResult); in testLocalDataLookup() 191 assertNotNull(data); in testLocalDataLookup() 192 assertNotNull(data.getByteArray()); in testLocalDataLookup() 211 assertNotNull(mResult); in testRemoteDataKeysetWithOverride() [all …]
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | IconLoaderTest.java | 43 assertNotNull(mLoader.getIcon(String.valueOf(android.R.drawable.star_on))); in testGetIcon() 56 public void assertNotNull(NowOrLater<?> value) { in assertNotNull() method in IconLoaderTest 58 assertNotNull(value.getNow()); in assertNotNull() 62 consumer.assertNotNull(); in assertNotNull() 89 public void assertNotNull() { in assertNotNull() method in IconLoaderTest.AssertConsumer 90 IconLoaderTest.assertNotNull(waitFor()); in assertNotNull()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/ |
D | SystemShortcutTest.java | 29 import static org.junit.Assert.assertNotNull; 143 assertNotNull(mAppInfo.getTargetComponent()); in testWidgetsForEmptyWidgetList() 158 assertNotNull(systemShortcut); in testAppInfoShortcut() 178 assertNotNull(systemShortcut); in testDontSuggestAppForPredictedItem() 196 assertNotNull(mAppInfo.getTargetComponent()); in testPrivateProfileInstallNotAllAppsContainer() 211 assertNotNull(mAppInfo.getTargetComponent()); in testPrivateProfileInstallNullPrivateProfileManager() 226 assertNotNull(mPrivateProfileManager); in testPrivateProfileInstallPrivateProfileManagerDisabled() 227 assertNotNull(mAppInfo.getTargetComponent()); in testPrivateProfileInstallPrivateProfileManagerDisabled() 243 assertNotNull(mPrivateProfileManager); in testPrivateProfileInstallNullPrivateProfileUser() 244 assertNotNull(mAppInfo.getTargetComponent()); in testPrivateProfileInstallNullPrivateProfileUser() [all …]
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
D | CallForwardInfoTest.java | 19 import static org.junit.Assert.assertNotNull; 40 assertNotNull(PhoneNumberUtils.formatNumber("+12345678900", Locale.US.getCountry())); in testCallForwardNumberResponses() 41 assertNotNull(PhoneNumberUtils.formatNumber("123-456-7890", Locale.US.getCountry())); in testCallForwardNumberResponses() 42 assertNotNull(PhoneNumberUtils.formatNumber("#123", Locale.US.getCountry())); in testCallForwardNumberResponses() 43 assertNotNull(PhoneNumberUtils.formatNumber("*12", Locale.US.getCountry())); in testCallForwardNumberResponses()
|
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/ |
D | BorderRoutingTest.java | 41 import static org.junit.Assert.assertNotNull; 179 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in unicastRouting_infraDevicePingThreadDeviceOmr_replyReceived() 200 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in unicastRouting_afterFactoryResetInfraDevicePingThreadDeviceOmr_replyReceived() 227 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftdOmr)); in unicastRouting_afterInfraNetworkSwitchInfraDevicePingThreadDeviceOmr_replyReceived() 336 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd.getOmrAddress())); in multicastRouting_ftdSubscribedMulticastAddress_canPingfromInfraLink() 419 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd1.getOmrAddress())); in multicastRouting_multipleFtdsSubscribedDifferentAddresses_canPingFromInfraDevice() 425 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd2.getOmrAddress())); in multicastRouting_multipleFtdsSubscribedDifferentAddresses_canPingFromInfraDevice() 455 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd1.getOmrAddress())); in multicastRouting_multipleFtdsSubscribedSameAddress_canPingFromInfraDevice() 460 assertNotNull(pollForPacketOnInfraNetwork(ICMPV6_ECHO_REPLY_TYPE, ftd2.getOmrAddress())); in multicastRouting_multipleFtdsSubscribedSameAddress_canPingFromInfraDevice() 482 assertNotNull( in multicastRouting_outboundForwarding_scopeLargerThan3IsForwarded() [all …]
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastListActivityTest.java | 173 assertNotNull(activity.findViewById(R.id.content_frame)); in testOnCreateForWatch() 184 assertNotNull(contextMenu.findItem(MENU_DELETE)); in testContextMenuForWatch() 198 assertNotNull(activity.mListFragment); in testOnListItemClick() 213 assertNotNull(activity.mListFragment); in testOnActivityCreatedLoaderHistoryFromCbs() 223 assertNotNull(activity.mListFragment.getLoaderManager()); in testOnActivityCreatedLoaderHistoryFromCbs() 263 assertNotNull(activity.mListFragment); in testOnLoadFinishedWithData() 273 assertNotNull(activity.mListFragment); in testOnLoadFinishedEmptyData() 285 assertNotNull(activity.mListFragment); in testOnLoadFinishedEmptyToExistData() 302 assertNotNull(activity.mListFragment); in testOnLoaderReset() 311 assertNotNull(activity.mListFragment); in testOnContextItemSelectedDelete() [all …]
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
D | ArchivesProviderTest.java | 25 import static junit.framework.Assert.assertNotNull; 86 assertNotNull("Cursor must not be null.", cursor); in testQueryRoots() 110 assertNotNull("Cursor must not be null. File not found?", cursor); in testOpen_Success() 118 assertNotNull(notificationUri); in testOpen_Success() 131 assertNotNull("Cursor must not be null. File not found?", cursor); in testOpen_Success() 163 assertNotNull("Cursor must not be null. File not found?", cursor); in testOpen_Failure() 171 assertNotNull(notificationUri); in testOpen_Failure() 184 assertNotNull("Cursor must not be null. File not found?", cursor); in testOpen_Failure() 217 assertNotNull("Cursor must not be null. File not found?", cursor); in testOpen_ClosesOnRelease() 224 assertNotNull("Cursor must not be null. File not found?", cursor); in testOpen_ClosesOnRelease() [all …]
|