Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/samples/topics/sampleapp6/java/com/example/adservices/samples/topics/sampleapp6/
DMainActivity.java106 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
181 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleappwithnoperm/java/com/example/adservices/samples/topics/sampleappwithnoperm/
DMainActivity.java104 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
183 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleapp3/java/com/example/adservices/samples/topics/sampleapp3/
DMainActivity.java105 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
184 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleapp2/java/com/example/adservices/samples/topics/sampleapp2/
DMainActivity.java105 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
184 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleappwithoptoutall/java/com/example/adservices/samples/topics/sampleappwithoptoutall/
DMainActivity.java104 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
183 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleapp5/java/com/example/adservices/samples/topics/sampleapp5/
DMainActivity.java104 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
182 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleapp4/java/com/example/adservices/samples/topics/sampleapp4/
DMainActivity.java105 getDecryptedTopics(result.getEncryptedTopics()); in registerGetTopicsButton()
184 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
/packages/modules/AdServices/adservices/samples/topics/sampleapp1/java/com/example/adservices/samples/topics/sampleapp1/
DMainActivity.java122 private String getDecryptedTopics(List<EncryptedTopic> arr) { in getDecryptedTopics() method in MainActivity
169 getDecryptedTopics(result.getEncryptedTopics()); in getTopics()