Searched refs:ISdkApi (Results 1 – 4 of 4) sorted by relevance
40 import android.app.sdksandbox.interfaces.ISdkApi;245 withSdkApiIfLoaded(ISdkApi::notifyMainActivityStarted); in onStart()257 withSdkApiIfLoaded(ISdkApi::notifyMainActivityStopped); in onStop()305 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in configureFeatureFlagSection()351 withSdkApiIfLoaded(ISdkApi::notifyMainActivityStopped); in registerReleaseAllSurfaceControlViewHost()397 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in registerLoadSdksButton()622 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in onGetFileDescriptorPressed()653 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in onSendFileDescriptorPressed()694 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in registerCreateFileButton()787 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in registerDumpSandboxButton()[all …]
32 import android.app.sdksandbox.interfaces.ISdkApi;188 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in registerCreateFileButton()259 ISdkApi sdkApi = ISdkApi.Stub.asInterface(binder); in registerSyncKeysButton()
20 interface ISdkApi { interface
21 import android.app.sdksandbox.interfaces.ISdkApi;52 public class SdkApi extends ISdkApi.Stub {