/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | EntityHeaderControllerTest.java | 91 View view = mController.done(mActivity); in testBuildView_constructedWithoutView_shouldCreateNewView() 99 Preference preference = mController.done(mActivity, mShadowContext); in testBuildView_withContext_shouldBuildPreferenceAllowedBelowDivider() 109 View view = mController.done(mActivity); in testBuildView_constructedWithView_shouldReturnSameView() 128 mController.done(mActivity); in bindViews_shouldBindAllData() 157 mController.done(mActivity); in bindButton_hasEditClickListener_shouldShowButton() 179 mController.done(mActivity); in bindButton_noEditClickListener_shouldNotShowButton() 199 mController.done(mActivity); in bindButton_noAppInfo_shouldNotAttachClickListener() 226 mController.done(mActivity); in bindButton_hasAppInfo_shouldAttachClickListener() 242 mController.done(mActivity); in iconContentDescription_shouldWorkWithSetIcon() 255 mController.done(mActivity); in iconContentDescription_shouldWorkWithoutSetIcon() [all …]
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | LoadingViewController.java | 60 public void handleLoadingContainer(boolean done, boolean animate) { in handleLoadingContainer() argument 61 handleLoadingContainer(mLoadingView, mContentView, done, animate); in handleLoadingContainer() 72 public static void handleLoadingContainer(View loading, View content, boolean done, in handleLoadingContainer() argument 74 setViewShown(loading, !done, animate); in handleLoadingContainer() 75 setViewShown(content, done, animate); in handleLoadingContainer()
|
D | EntityHeaderController.java | 233 public LayoutPreference done(Activity activity, Context uiContext) { in done() method in EntityHeaderController 234 final LayoutPreference pref = new LayoutPreference(uiContext, done(activity)); in done() 246 public View done(Activity activity, boolean rebindActions) { in done() method in EntityHeaderController 335 View done(Activity activity) { in done() method in EntityHeaderController 336 return done(activity, true /* rebindActions */); in done()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LoadingViewController.java | 60 public void handleLoadingContainer(boolean done, boolean animate) { in handleLoadingContainer() argument 61 handleLoadingContainer(mLoadingView, mContentView, done, animate); in handleLoadingContainer() 72 public static void handleLoadingContainer(View loading, View content, boolean done, in handleLoadingContainer() argument 74 setViewShown(loading, !done, animate); in handleLoadingContainer() 75 setViewShown(content, done, animate); in handleLoadingContainer()
|
D | EntityHeaderController.java | 233 public LayoutPreference done(Activity activity, Context uiContext) { in done() method in EntityHeaderController 234 final LayoutPreference pref = new LayoutPreference(uiContext, done(activity)); in done() 246 public View done(Activity activity, boolean rebindActions) { in done() method in EntityHeaderController 335 View done(Activity activity) { in done() method in EntityHeaderController 336 return done(activity, true /* rebindActions */); in done()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | FilterUtils.java | 225 boolean[] done = new boolean[1]; in removeOneClusterFromPath() 226 return removeOneClusterFromPath(base, done); in removeOneClusterFromPath() 229 private static String removeOneClusterFromPath(String base, boolean[] done) { in removeOneClusterFromPath() argument 230 if (done[0]) return base; in removeOneClusterFromPath() 234 done[0] = true; in removeOneClusterFromPath() 248 sb.append(removeOneClusterFromPath(sets[j], done)); in removeOneClusterFromPath()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderGridOrganizer.java | 92 boolean done; in calculateGridSize() 99 done = true; in calculateGridSize() 101 done = false; in calculateGridSize() 104 while (!done) { in calculateGridSize() 121 done = gridCountX == oldCountX && gridCountY == oldCountY; in calculateGridSize()
|
/packages/services/Telephony/src/com/android/phone/settings/ |
D | VoicemailSettingsActivity.java | 790 boolean done = true; in handleForwardingSettingsReadResult() 793 done = false; in handleForwardingSettingsReadResult() 798 if (done) { in handleForwardingSettingsReadResult() 848 boolean done = false; 855 done = true; 885 done = true; 893 if (done) { 929 final boolean done = (!mVMChangeCompletedSuccessfully || mVoicemailChangeResult != null) 931 if (done) {
|
/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
D | Utils.java | 27 View loading, View doneLoading, boolean done, boolean animate) { in handleLoadingContainer() argument 28 setViewShown(loading, !done, animate); in handleLoadingContainer() 29 setViewShown(doneLoading, done, animate); in handleLoadingContainer()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppObexClientSession.java | 131 int done = 0; in readFully() local 132 while (done < size) { in readFully() 133 int got = is.read(buffer, done, size - done); in readFully() 137 done += got; in readFully() 139 return done; in readFully()
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 871 goto done; in createBondOutOfBandNative() 885 goto done; in createBondOutOfBandNative() 901 goto done; in createBondOutOfBandNative() 915 goto done; in createBondOutOfBandNative() 923 done: in createBondOutOfBandNative() 1250 goto done; in connectSocketNative() 1256 goto done; in connectSocketNative() 1266 done: in connectSocketNative() 1281 goto done; in createSocketChannelNative() 1289 goto done; in createSocketChannelNative() [all …]
|
/packages/modules/DnsResolver/ |
D | resolv_cache_unit_test.cpp | 453 std::atomic_bool done(false); in TEST_F() local 465 EXPECT_TRUE(done); in TEST_F() 486 done = true; in TEST_F() 498 std::atomic_bool done(false); in TEST_F() local 508 EXPECT_TRUE(done); in TEST_F() 516 done = true; in TEST_F() 529 std::atomic_bool done(false); in TEST_F() local 539 EXPECT_TRUE(done); in TEST_F() 553 done = true; in TEST_F()
|
D | res_send.cpp | 860 struct timespec done = evNowTime(); in send_vc() local 861 *delay = res_stats_calculate_rtt(&done, &start_time); in send_vc() 879 goto done; in connect_with_timeout() 890 done: in connect_with_timeout() 1125 timespec done = evNowTime(); in send_dg() local 1126 *delay = res_stats_calculate_rtt(&done, &start_time); in send_dg()
|
D | res_query.cpp | 244 int done = 0; in res_nsearch() local 295 done++; in res_nsearch()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_image_homography.cpp | 180 int nr_sols,i,best_sol,done; in db_StitchRotationCommonFocalLength_3Points() local 190 done=0; in db_StitchRotationCommonFocalLength_3Points() 216 if(!done || cost<best_cost) in db_StitchRotationCommonFocalLength_3Points() 218 done=1; in db_StitchRotationCommonFocalLength_3Points()
|
/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
D | CaptivePortalLoginActivity.java | 164 done(Result.WANTED_AS_IS); in onCreate() 183 if (mNetwork.equals(lostNetwork)) done(Result.UNWANTED); in onCreate() 254 done(Result.DISMISSED); in handleCapabilitiesChanged() 291 private void done(Result result) { in done() method in CaptivePortalLoginActivity 350 done(result); in onOptionsItemSelected() 509 done(Result.DISMISSED); in testForCaptivePortal() 568 done(Result.WANTED_AS_IS); in onPageStarted()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/ |
D | AddAccountSettings.java | 91 boolean done = true; 97 done = false; 122 if (done) {
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AddAccountSettings.java | 91 boolean done = true; 97 done = false; 122 if (done) {
|
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
D | ContactInfoCache.java | 340 private volatile boolean done = false; field in ContactInfoCache.QueryThread 347 done = true; in stopProcessing() 355 if (done) { in run()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropActivity.java | 193 done(); in startLoadBitmap() 232 done(); in doneLoadBitmap() 317 done(); in startFinishOutput() 352 done(); in doneBitmapIO() 613 private void done() { in done() method in CropActivity
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
D | AETriggerResult.java | 76 boolean done = mStateMachine.update( in update() 80 if (done) { in update()
|
D | AFTriggerResult.java | 73 boolean done = mStateMachine.update( in update() 77 if (done) { in update()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 212 boolean done = mSetUpInputs.contains(inputId); in isSetupDone() 214 Log.d(TAG, "isSetupDone: (input=" + inputId + ", result= " + done + ")"); in isSetupDone() 216 return done; in isSetupDone()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 95 boolean done = false; in bitmapToBytes() 98 while (!done) { in bitmapToBytes() 103 done = true; in bitmapToBytes() 110 done = true; in bitmapToBytes()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
D | ExportDialog.java | 121 view.findViewById(R.id.done).setOnClickListener(this); in onCreateView() 157 case R.id.done: in onClick()
|