Searched refs:RkpRegistrationCheck (Results 1 – 3 of 3) sorted by relevance
19 name: "RkpRegistrationCheck",20 srcs: ["src/**/RkpRegistrationCheck.java"],25 main_class: "com.android.rkpdapp.RkpRegistrationCheck",
17 m RkpRegistrationCheck19 adb push $ANDROID_PRODUCT_OUT/system/framework/RkpRegistrationCheck.jar \
64 public class RkpRegistrationCheck { class119 new RkpRegistrationCheck("default").checkNow(); in main()120 new RkpRegistrationCheck("strongbox").checkNow(); in main()123 RkpRegistrationCheck(String instanceName) { in RkpRegistrationCheck() method in RkpRegistrationCheck