Home
last modified time | relevance | path

Searched refs:protectedString (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AppSearch/testing/safeparceltests/src/android/app/appsearch/safeparcel/
DTestSafeParcelableV3.java32 protected String protectedString; field in TestSafeParcelableV3
59 @Param(id = 3) String protectedString, in TestSafeParcelableV3()
69 this.protectedString = protectedString; in TestSafeParcelableV3()
81 String protectedString, in TestSafeParcelableV3() argument
91 protectedString, in TestSafeParcelableV3()
107 return protectedString; in getProtectedString()
129 && protectedString.equals(p.protectedString) in equals()