HomeSort by relevance Sort by last modified time
    Searched full:checkresourcemismatch (Results 1 - 1 of 1) sorted by null

  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 365 final CheckBox checkResourceMismatch = (CheckBox) findViewById(R.id.policy_resource_mismatch);
380 if (checkResourceMismatch.isChecked()) newPolicy.detectResourceMismatches();
396 checkResourceMismatch.setOnClickListener(changePolicy);

Completed in 669 milliseconds